Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2002 21:47:40 +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 (REVISED)
Message-ID:  <3DD951EC.5020904@ludd.luth.se>
References:  <3DD94354.5040506@ludd.luth.se>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Aloha!

Naturally, the patches had the wrong paths.

This mail includes fixed 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/sbin/mount_nfs/mount_nfs.c	Wed Aug 14 11:57:20 2002
+++ /usr/src/sbin/mount_nfs/mount_nfs.c	Fri Nov 15 08:25:44 2002
@@ -75,7 +75,7 @@
 #include <netdb.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <strings.h>
+#include <string.h>
 #include <sysexits.h>
 #include <unistd.h>
 

[-- Attachment #3 --]
--- /usr/src/usr.bin/ncplogin/ncplogin.c	Sun Oct 31 03:14:59 1999
+++ /usr/src/usr.bin/ncplogin/ncplogin.c	Fri Nov 15 08:21:23 2002
@@ -37,7 +37,7 @@
 #include <err.h>
 #include <stdio.h>
 #include <unistd.h>
-#include <strings.h>
+#include <string.h>
 #include <stdlib.h>
 #include <sysexits.h>
 

[-- Attachment #4 --]
--- /usr/src/usr.bin/rusers/rusers.c	Wed Jul  4 22:20:31 2001
+++ /usr/src/usr.bin/rusers/rusers.c	Fri Nov 15 08:23:19 2002
@@ -46,7 +46,7 @@
 #include <netdb.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <strings.h>
+#include <string.h>
 #include <unistd.h>
 
 #define MAX_INT		0x7fffffff

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