Ted Unangst wrote:
> memory.h is spelled string.h now.

ok?


Index: etherent.c
===================================================================
RCS file: /cvs/src/lib/libpcap/etherent.c,v
retrieving revision 1.7
diff -u -p -r1.7 etherent.c
--- etherent.c  27 Jan 2004 06:58:03 -0000      1.7
+++ etherent.c  17 Nov 2015 18:10:36 -0000
@@ -24,7 +24,6 @@
 #include <sys/types.h>
 
 #include <ctype.h>
-#include <memory.h>
 #include <stdio.h>
 #include <string.h>
 
Index: gencode.c
===================================================================
RCS file: /cvs/src/lib/libpcap/gencode.c,v
retrieving revision 1.41
diff -u -p -r1.41 gencode.c
--- gencode.c   27 Sep 2015 05:25:00 -0000      1.41
+++ gencode.c   17 Nov 2015 18:10:37 -0000
@@ -42,9 +42,9 @@ struct rtentry;
 
 #include <stdlib.h>
 #include <stddef.h>
-#include <memory.h>
 #include <setjmp.h>
 #include <stdarg.h>
+#include <string.h>
 
 #include "pcap-int.h"
 
Index: inet.c
===================================================================
RCS file: /cvs/src/lib/libpcap/inet.c,v
retrieving revision 1.21
diff -u -p -r1.21 inet.c
--- inet.c      24 Oct 2015 05:26:00 -0000      1.21
+++ inet.c      17 Nov 2015 18:10:37 -0000
@@ -50,7 +50,6 @@ struct rtentry;
 
 #include <ctype.h>
 #include <errno.h>
-#include <memory.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
Index: nametoaddr.c
===================================================================
RCS file: /cvs/src/lib/libpcap/nametoaddr.c,v
retrieving revision 1.17
diff -u -p -r1.17 nametoaddr.c
--- nametoaddr.c        24 Oct 2015 06:07:43 -0000      1.17
+++ nametoaddr.c        17 Nov 2015 18:10:37 -0000
@@ -40,9 +40,9 @@ struct rtentry;
 #include <ctype.h>
 #include <errno.h>
 #include <stdlib.h>
-#include <memory.h>
 #include <netdb.h>
 #include <stdio.h>
+#include <string.h>
 
 #include "pcap-int.h"
 
Index: optimize.c
===================================================================
RCS file: /cvs/src/lib/libpcap/optimize.c,v
retrieving revision 1.15
diff -u -p -r1.15 optimize.c
--- optimize.c  26 Jun 2014 04:03:33 -0000      1.15
+++ optimize.c  17 Nov 2015 18:10:38 -0000
@@ -29,7 +29,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
-#include <memory.h>
+#include <string.h>
 
 #include "pcap-int.h"
 
Index: savefile.c
===================================================================
RCS file: /cvs/src/lib/libpcap/savefile.c,v
retrieving revision 1.13
diff -u -p -r1.13 savefile.c
--- savefile.c  16 Jan 2015 03:19:57 -0000      1.13
+++ savefile.c  17 Nov 2015 18:10:38 -0000
@@ -34,9 +34,9 @@
 #include <sys/time.h>
 
 #include <errno.h>
-#include <memory.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #ifdef HAVE_OS_PROTO_H

  • ypserv h Ted Unangst
    • Re: ypserv h Michael McConville

Reply via email to