Skip site navigation (1)Skip section navigation (2)
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
This is a multi-part message in MIME format.
--------------040308070407000500010603
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

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
============================================================================

--------------040308070407000500010603
Content-Type: text/plain;
 name="arp.c"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="arp.c"

--- /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,

--------------040308070407000500010603
Content-Type: text/plain;
 name="cmds.c"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="cmds.c"

--- /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

--------------040308070407000500010603
Content-Type: text/plain;
 name="fdformat.c"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="fdformat.c"

--- /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>

--------------040308070407000500010603
Content-Type: text/plain;
 name="fdwrite.c"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="fdwrite.c"

--- /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>

--------------040308070407000500010603
Content-Type: text/plain;
 name="isdnd.h"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="isdnd.h"

--- /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>

--------------040308070407000500010603
Content-Type: text/plain;
 name="new_curse.c"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="new_curse.c"

--- /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

--------------040308070407000500010603
Content-Type: text/plain;
 name="nfsd.c"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="nfsd.c"

--- /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 */

--------------040308070407000500010603
Content-Type: text/plain;
 name="timedc.c"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="timedc.c"

--- /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>
 

--------------040308070407000500010603--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-audit" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DD95262.1080104>