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
This is a multi-part message in MIME format. --------------010801020306030003080300 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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 ============================================================================ --------------010801020306030003080300 Content-Type: text/plain; name="misc.c" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="misc.c" --- /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" --------------010801020306030003080300 Content-Type: text/plain; name="sel_subs.c" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sel_subs.c" --- /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" --------------010801020306030003080300 Content-Type: text/plain; name="slattach.c" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="slattach.c" --- /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> --------------010801020306030003080300-- 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?3DDC09EF.8090205>