Date: Wed, 20 Nov 2002 23:17:19 +0100 From: =?ISO-8859-1?Q?Joachim_Str=F6mbergson?= <watchman@ludd.luth.se> To: FreeBSD-Audit <audit@FreeBSD.ORG> Subject: More strings.h fixes: slattach, pax and dd Message-ID: <3DDC09EF.8090205@ludd.luth.se>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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 watchman@ludd.luth.se
416 72 Göteborg +46 733 75 97 02 www.ludd.luth.se/~watchman
============================================================================
[-- Attachment #2 --]
--- /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"
[-- Attachment #3 --]
--- /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"
[-- Attachment #4 --]
--- /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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DDC09EF.8090205>
