1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/freewais-sf/files/patch-ac
Steve Price a46f787de0 Update to version 2.2.12.
PR:		14125
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-10-10 23:45:11 +00:00

12 lines
274 B
Plaintext

--- lib/cdialect.h.orig Sun Oct 10 17:41:50 1999
+++ lib/cdialect.h Sun Oct 10 17:42:14 1999
@@ -135,7 +135,7 @@
#ifndef HAS_STRDUP
-extern char * strdup _((char *s));
+extern char * strdup _((const char *s));
#endif /* not HAS_STRDUP */
#endif /* not C_DIALECT */