/*
- * $OpenBSD: util.c,v 1.3 2021/09/02 20:57:58 deraadt Exp $
+ * $OpenBSD: util.c,v 1.4 2022/12/26 20:06:43 jmc Exp $
* Copyright (c) 2002 Institute for Open Systems Technology Australia (IFOST)
* Copyright (c) 2007 Michael Erdely <merdely@openbsd.org>
* Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org>
va_list ap;
/*
- * if debugging is on, print everthing to stderr
+ * if debugging is on, print everything to stderr
* otherwise, syslog it if d = 0. messing with
* newlines means there wont be newlines in stuff
* that goes to syslog.
-/* $OpenBSD: tokendb.h,v 1.5 2013/12/03 01:29:00 deraadt Exp $ */
+/* $OpenBSD: tokendb.h,v 1.6 2022/12/26 20:06:43 jmc Exp $ */
/*-
* Copyright (c) 1995 Migration Associates Corp. All Rights Reserved
#define TOKEN_DECMODE 0x1 /* allow decimal results */
#define TOKEN_HEXMODE 0x2 /* allow hex results */
#define TOKEN_PHONEMODE 0x4 /* allow phone book results */
-#define TOKEN_RIM 0x8 /* reduced imput mode */
+#define TOKEN_RIM 0x8 /* reduced input mode */
#define TOKEN_GROUP "_token" /* group that owns token database */
-/* $OpenBSD: rquotad.c,v 1.23 2019/06/28 13:32:53 deraadt Exp $ */
+/* $OpenBSD: rquotad.c,v 1.24 2022/12/26 20:06:43 jmc Exp $ */
/*
* by Manuel Bouyer (bouyer@ensta.fr). Public domain.
int hasquota(struct fstab *fs, char **qfnamep);
/*
- * structure containing informations about ufs filesystems
+ * structure containing information about ufs filesystems
* initialised by initfs()
*/
struct fs_stat {
-/* $OpenBSD: kroute.c,v 1.1.1.1 2022/09/01 14:20:33 martijn Exp $ */
+/* $OpenBSD: kroute.c,v 1.2 2022/12/26 20:06:43 jmc Exp $ */
/*
* Copyright (c) 2007, 2008 Reyk Floeter <reyk@openbsd.org>
u_int8_t *ap, *ep;
/*
- * sin6_len is the size of the sockaddr so substract the offset of
+ * sin6_len is the size of the sockaddr so subtract the offset of
* the possibly truncated sin6_addr struct.
*/
ap = (u_int8_t *)&sa_in6->sin6_addr;
-/* $OpenBSD: sdl.c,v 1.24 2017/10/18 17:31:01 millert Exp $ */
+/* $OpenBSD: sdl.c,v 1.25 2022/12/26 20:06:43 jmc Exp $ */
/*
* Copyright (c) 2003-2007 Bob Beck. All rights reserved.
}
/*
- * Return 0 if the addresss a (with mask m) matches address key
+ * Return 0 if the address a (with mask m) matches address key
* otherwise return 1 if a > key or -1 if a < key. It is assumed
* that address a has been pre-masked out, we only need to mask key.
*/
}
/*
- * Return 0 if the addresss a (with mask m) matches address key
+ * Return 0 if the address a (with mask m) matches address key
* otherwise return 1 if a > key or -1 if a < key. It is assumed
* that address a has been pre-masked out, we only need to mask key.
*/