Removal of includes of strings.h (Addtional patches)
Joachim Strömbergson <[email protected]> Mon, 18 Nov 2002 21:49:38 +0100
| Newsgroups | gmane.os.freebsd.devel.audit |
|---|---|
| Organization | Strömbergson Intergalactic AB |
| Message-ID | <[email protected]> |
Aloha!
This mail contains additional strings.h-patches.
--
Med vänlig hälsning, Cheers!
Joachim Strömbergson
============================================================================
Joachim Strömbergson - ASIC designer, nice to *cute* animals.
snail: phone: mail & web:
Sävenäsgatan 5A +46 31 - 27 98 47 [email protected]
416 72 Göteborg +46 733 75 97 02 www.ludd.luth.se/~watchman
============================================================================
arp.c
(text/plain, 325 B)
--- /usr/src/usr.sbin/arp/arp.c Fri Jun 21 09:21:37 2002 +++ /usr/src/usr.sbin/arp/arp.c Mon Nov 18 21:00:21 2002 @@ -79,7 +79,7 @@ #include <paths.h> #include <stdio.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <unistd.h> void search(u_long addr, void (*action)(struct sockaddr_dl *sdl,
cmds.c
(text/plain, 277 B)
--- /usr/src/usr.sbin/timed/timedc/cmds.c Thu Sep 6 20:48:10 2001 +++ /usr/src/usr.sbin/timed/timedc/cmds.c Mon Nov 18 21:14:16 2002 @@ -48,7 +48,7 @@ #include <err.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <unistd.h> #define TSPTYPES
fdformat.c
(text/plain, 310 B)
--- /usr/src/usr.sbin/fdformat/fdformat.c Thu Jul 19 22:07:49 2001 +++ /usr/src/usr.sbin/fdformat/fdformat.c Mon Nov 18 21:06:49 2002 @@ -47,7 +47,7 @@ #include <paths.h> #include <stdio.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <unistd.h> #include <machine/ioctl_fd.h>
fdwrite.c
(text/plain, 306 B)
--- /usr/src/usr.sbin/fdwrite/fdwrite.c Thu Jul 19 22:07:49 2001 +++ /usr/src/usr.sbin/fdwrite/fdwrite.c Mon Nov 18 21:08:59 2002 @@ -16,7 +16,7 @@ #include <paths.h> #include <stdio.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <unistd.h> #include <machine/ioctl_fd.h>
isdnd.h
(text/plain, 295 B)
--- /usr/src/usr.sbin/i4b/isdnd/isdnd.h Thu Apr 25 21:17:33 2002 +++ /usr/src/usr.sbin/i4b/isdnd/isdnd.h Mon Nov 18 21:02:46 2002 @@ -40,7 +40,6 @@ #include <stdlib.h> #include <stdarg.h> #include <unistd.h> -#include <strings.h> #include <string.h> #include <ctype.h> #include <syslog.h>
new_curse.c
(text/plain, 253 B)
--- /usr/src/usr.bin/ee/new_curse.c Thu Jun 14 06:38:57 2001 +++ /usr/src/usr.bin/ee/new_curse.c Mon Nov 18 20:50:11 2002 @@ -53,7 +53,7 @@ #ifdef SYS5 #include <string.h> #else -#include <strings.h> +#include <string.h> #endif #ifdef BSD_SELECT
nfsd.c
(text/plain, 274 B)
--- /usr/src/sbin/nfsd/nfsd.c Sun Sep 17 21:17:58 2000 +++ /usr/src/sbin/nfsd/nfsd.c Mon Nov 18 21:34:51 2002 @@ -74,7 +74,7 @@ #include <errno.h> #include <stdio.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <unistd.h> /* Global defs */
timedc.c
(text/plain, 306 B)
--- /usr/src/usr.sbin/timed/timedc/timedc.c Sat Aug 28 03:20:21 1999 +++ /usr/src/usr.sbin/timed/timedc/timedc.c Mon Nov 18 21:29:04 2002 @@ -51,7 +51,7 @@ #include <setjmp.h> #include <signal.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <syslog.h> #include <unistd.h>