diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ctm/ctm_rmail/ctm_rmail.c | 2 | ||||
-rw-r--r-- | usr.sbin/fdformat/fdformat.c | 4 | ||||
-rw-r--r-- | usr.sbin/mopd/common/loop-bsd.c | 6 | ||||
-rw-r--r-- | usr.sbin/mopd/common/os.h | 6 | ||||
-rw-r--r-- | usr.sbin/mopd/common/pf.c | 6 | ||||
-rw-r--r-- | usr.sbin/rarpd/rarpd.c | 5 | ||||
-rw-r--r-- | usr.sbin/timed/timedc/cmds.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timedc/timedc.c | 4 | ||||
-rw-r--r-- | usr.sbin/ypserv/makedbm/makedbm.c | 6 | ||||
-rw-r--r-- | usr.sbin/ypserv/revnetgroup/parse_netgroup.c | 6 | ||||
-rw-r--r-- | usr.sbin/ypserv/yptest/yptest.c | 6 |
11 files changed, 27 insertions, 28 deletions
diff --git a/usr.sbin/ctm/ctm_rmail/ctm_rmail.c b/usr.sbin/ctm/ctm_rmail/ctm_rmail.c index 4ab9eb564d0..d83abc0bf8d 100644 --- a/usr.sbin/ctm/ctm_rmail/ctm_rmail.c +++ b/usr.sbin/ctm/ctm_rmail/ctm_rmail.c @@ -12,7 +12,7 @@ #include <stdio.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <ctype.h> #include <errno.h> #include <unistd.h> diff --git a/usr.sbin/fdformat/fdformat.c b/usr.sbin/fdformat/fdformat.c index e1b0d01c91f..121773d9b18 100644 --- a/usr.sbin/fdformat/fdformat.c +++ b/usr.sbin/fdformat/fdformat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fdformat.c,v 1.3 1997/06/23 09:34:11 deraadt Exp $ */ +/* $OpenBSD: fdformat.c,v 1.4 1997/08/18 03:11:30 millert Exp $ */ /* * Copyright (C) 1992-1994 by Joerg Wunsch, Dresden @@ -44,7 +44,7 @@ #include <stdlib.h> #include <unistd.h> #include <fcntl.h> -#include <strings.h> +#include <string.h> #include <ctype.h> #include <err.h> diff --git a/usr.sbin/mopd/common/loop-bsd.c b/usr.sbin/mopd/common/loop-bsd.c index 7168455eccd..1c58556c81c 100644 --- a/usr.sbin/mopd/common/loop-bsd.c +++ b/usr.sbin/mopd/common/loop-bsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: loop-bsd.c,v 1.2 1996/09/21 19:11:38 maja Exp $ */ +/* $OpenBSD: loop-bsd.c,v 1.3 1997/08/18 03:11:30 millert Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. @@ -30,11 +30,11 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: loop-bsd.c,v 1.2 1996/09/21 19:11:38 maja Exp $"; +static char rcsid[] = "$OpenBSD: loop-bsd.c,v 1.3 1997/08/18 03:11:30 millert Exp $"; #endif #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <unistd.h> #if defined(__bsdi__) || defined(__FreeBSD__) #include <sys/time.h> diff --git a/usr.sbin/mopd/common/os.h b/usr.sbin/mopd/common/os.h index 84f7bf86c15..601b2601e97 100644 --- a/usr.sbin/mopd/common/os.h +++ b/usr.sbin/mopd/common/os.h @@ -1,4 +1,4 @@ -/* $OpenBSD: os.h,v 1.2 1996/09/21 19:11:50 maja Exp $ */ +/* $OpenBSD: os.h,v 1.3 1997/08/18 03:11:31 millert Exp $ */ /* * Copyright (c) 1994-95 Mats O Jansson. All rights reserved. @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $OpenBSD: os.h,v 1.2 1996/09/21 19:11:50 maja Exp $ + * $OpenBSD: os.h,v 1.3 1997/08/18 03:11:31 millert Exp $ * */ @@ -51,7 +51,7 @@ #include <sys/time.h> #include <time.h> #include <fcntl.h> -#include <strings.h> +#include <string.h> #include <unistd.h> #define DEV_NEW_CONF diff --git a/usr.sbin/mopd/common/pf.c b/usr.sbin/mopd/common/pf.c index 229422256b6..ae3ab6d86d4 100644 --- a/usr.sbin/mopd/common/pf.c +++ b/usr.sbin/mopd/common/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.2 1996/09/21 19:11:52 maja Exp $ */ +/* $OpenBSD: pf.c,v 1.3 1997/08/18 03:11:31 millert Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. @@ -34,7 +34,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: pf.c,v 1.2 1996/09/21 19:11:52 maja Exp $"; +static char rcsid[] = "$OpenBSD: pf.c,v 1.3 1997/08/18 03:11:31 millert Exp $"; #endif #include <stdio.h> @@ -55,7 +55,7 @@ static char rcsid[] = "$OpenBSD: pf.c,v 1.2 1996/09/21 19:11:52 maja Exp $"; #include <netdb.h> #include <ctype.h> -#include <strings.h> +#include <string.h> #include <syslog.h> #include <varargs.h> diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c index 0f4d63a4291..b9442784375 100644 --- a/usr.sbin/rarpd/rarpd.c +++ b/usr.sbin/rarpd/rarpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rarpd.c,v 1.11 1997/07/25 20:12:18 mickey Exp $ */ +/* $OpenBSD: rarpd.c,v 1.12 1997/08/18 03:11:32 millert Exp $ */ /* $NetBSD: rarpd.c,v 1.12 1996/03/21 18:28:23 jtc Exp $ */ /* @@ -28,7 +28,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char rcsid[] = "$OpenBSD: rarpd.c,v 1.11 1997/07/25 20:12:18 mickey Exp $"; +static char rcsid[] = "$OpenBSD: rarpd.c,v 1.12 1997/08/18 03:11:32 millert Exp $"; #endif @@ -43,7 +43,6 @@ static char rcsid[] = "$OpenBSD: rarpd.c,v 1.11 1997/07/25 20:12:18 mickey Exp $ #include <stdlib.h> #include <syslog.h> #include <string.h> -#include <strings.h> #include <sys/types.h> #include <unistd.h> #include <sys/time.h> diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c index fa6e8ca1c53..d85078513bf 100644 --- a/usr.sbin/timed/timedc/cmds.c +++ b/usr.sbin/timed/timedc/cmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmds.c 5.1 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.3 $" +#ident "$Revision: 1.4 $" #endif #include "timedc.h" @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)cmds.c 5.1 (Berkeley) 5/11/93"; #include <netinet/ip_icmp.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <unistd.h> #define TSPTYPES diff --git a/usr.sbin/timed/timedc/timedc.c b/usr.sbin/timed/timedc/timedc.c index 9c5d0d573a1..b1362416cf1 100644 --- a/usr.sbin/timed/timedc/timedc.c +++ b/usr.sbin/timed/timedc/timedc.c @@ -42,11 +42,11 @@ static char sccsid[] = "@(#)timedc.c 5.1 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.2 $" +#ident "$Revision: 1.3 $" #endif #include "timedc.h" -#include <strings.h> +#include <string.h> #include <signal.h> #include <ctype.h> #include <setjmp.h> diff --git a/usr.sbin/ypserv/makedbm/makedbm.c b/usr.sbin/ypserv/makedbm/makedbm.c index 35a7be82a77..e81b7130d0e 100644 --- a/usr.sbin/ypserv/makedbm/makedbm.c +++ b/usr.sbin/ypserv/makedbm/makedbm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: makedbm.c,v 1.8 1997/07/22 10:53:01 maja Exp $ */ +/* $OpenBSD: makedbm.c,v 1.9 1997/08/18 03:11:34 millert Exp $ */ /* * Copyright (c) 1994-97 Mats O Jansson <moj@stacken.kth.se> @@ -32,7 +32,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: makedbm.c,v 1.8 1997/07/22 10:53:01 maja Exp $"; +static char rcsid[] = "$OpenBSD: makedbm.c,v 1.9 1997/08/18 03:11:34 millert Exp $"; #endif #include <stdio.h> @@ -41,7 +41,7 @@ static char rcsid[] = "$OpenBSD: makedbm.c,v 1.8 1997/07/22 10:53:01 maja Exp $" #include <sys/stat.h> #include <sys/param.h> #include <unistd.h> -#include <strings.h> +#include <string.h> #include <sys/errno.h> #include "ypdb.h" #include "ypdef.h" diff --git a/usr.sbin/ypserv/revnetgroup/parse_netgroup.c b/usr.sbin/ypserv/revnetgroup/parse_netgroup.c index 03245158ef2..4dcafbbb4ab 100644 --- a/usr.sbin/ypserv/revnetgroup/parse_netgroup.c +++ b/usr.sbin/ypserv/revnetgroup/parse_netgroup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse_netgroup.c,v 1.1 1997/04/15 22:06:13 maja Exp $ */ +/* $OpenBSD: parse_netgroup.c,v 1.2 1997/08/18 03:11:35 millert Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -45,13 +45,13 @@ */ #include <stdio.h> -#include <strings.h> +#include <string.h> #include <stdlib.h> #include <unistd.h> #include "hash.h" #ifndef lint -static const char rcsid[] = "$OpenBSD: parse_netgroup.c,v 1.1 1997/04/15 22:06:13 maja Exp $"; +static const char rcsid[] = "$OpenBSD: parse_netgroup.c,v 1.2 1997/08/18 03:11:35 millert Exp $"; #endif /* diff --git a/usr.sbin/ypserv/yptest/yptest.c b/usr.sbin/ypserv/yptest/yptest.c index f34d413f617..f97747478a6 100644 --- a/usr.sbin/ypserv/yptest/yptest.c +++ b/usr.sbin/ypserv/yptest/yptest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yptest.c,v 1.6 1997/07/26 11:59:03 maja Exp $ */ +/* $OpenBSD: yptest.c,v 1.7 1997/08/18 03:11:35 millert Exp $ */ /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> @@ -32,12 +32,12 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: yptest.c,v 1.6 1997/07/26 11:59:03 maja Exp $"; +static char rcsid[] = "$OpenBSD: yptest.c,v 1.7 1997/08/18 03:11:35 millert Exp $"; #endif #include <stdio.h> #include <unistd.h> -#include <strings.h> +#include <string.h> #include <rpc/rpc.h> #include <rpc/xdr.h> #include <rpcsvc/yp.h> |