More strings.h fixes: slattach, pax and dd

Joachim Strömbergson <[email protected]> Wed, 20 Nov 2002 23:17:19 +0100
Newsgroups gmane.os.freebsd.devel.audit
Organization Strömbergson Intergalactic AB
Message-ID <[email protected]>
Aloha!

Three more <strings.h> to <string.h> fixes are included with this mail.
These ones are for slattach, dd and pax. All against STABLE.

-- 
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
============================================================================
misc.c (text/plain, 266 B)
--- /usr/src/bin/dd/misc.c	Sat Aug  4 18:46:02 2001
+++ /usr/src/bin/dd/misc.c	Wed Nov 20 23:07:10 2002
@@ -49,7 +49,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <strings.h>
+#include <string.h>
 #include <unistd.h>
 
 #include "dd.h"
sel_subs.c (text/plain, 273 B)
--- /usr/src/bin/pax/sel_subs.c	Sat Aug  4 18:46:05 2001
+++ /usr/src/bin/pax/sel_subs.c	Wed Nov 20 23:11:49 2002
@@ -50,7 +50,6 @@
 #include <grp.h>
 #include <stdio.h>
 #include <string.h>
-#include <strings.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include "pax.h"
slattach.c (text/plain, 313 B)
--- /usr/src/sbin/slattach/slattach.c	Sat Aug 28 02:14:25 1999
+++ /usr/src/sbin/slattach/slattach.c	Wed Nov 20 22:15:18 2002
@@ -59,7 +59,7 @@
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <strings.h>
+#include <string.h>
 #include <syslog.h>
 #include <termios.h>
 #include <unistd.h>