mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a46f787de0
PR: 14125 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
274 B
Plaintext
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 */
|
|
|