mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
--- src/stringx.h~ Tue Jun 4 12:58:03 2002
|
|
+++ src/stringx.h Tue Jun 4 12:58:33 2002
|
|
@@ -47,9 +47,8 @@
|
|
|
|
#ifdef _HasIncludeStrings
|
|
# include <strings.h>
|
|
-#else
|
|
-# include <string.h>
|
|
#endif
|
|
+# include <string.h>
|
|
|
|
#ifndef _HasStrDcl
|
|
int strcmp();
|