Date: Mon, 18 Nov 2002 21:49:38 +0100 From: =?ISO-8859-1?Q?Joachim_Str=F6mbergson?= <watchman@ludd.luth.se> Cc: FreeBSD-Audit <audit@FreeBSD.ORG> Subject: Removal of includes of strings.h (Addtional patches) Message-ID: <3DD95262.1080104@ludd.luth.se> References: <3DD94354.5040506@ludd.luth.se>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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 watchman@ludd.luth.se
416 72 Göteborg +46 733 75 97 02 www.ludd.luth.se/~watchman
============================================================================
[-- Attachment #2 --]
--- /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,
[-- Attachment #3 --]
--- /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
[-- Attachment #4 --]
--- /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>
[-- Attachment #5 --]
--- /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>
[-- Attachment #6 --]
--- /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>
[-- Attachment #7 --]
--- /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
[-- Attachment #8 --]
--- /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 */
[-- Attachment #9 --]
--- /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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DD95262.1080104>
