mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
|
diff -uNr ../ztelnet/libtelnet/strdup.c ./libtelnet/strdup.c
|
||
|
--- ../ztelnet/libtelnet/strdup.c Mon Mar 25 22:14:21 1991
|
||
|
+++ ./libtelnet/strdup.c Wed Dec 3 05:45:36 1997
|
||
|
@@ -28,7 +28,6 @@
|
||
|
#include <string.h>
|
||
|
#endif
|
||
|
|
||
|
-
|
||
|
char *
|
||
|
strdup(str)
|
||
|
char *str;
|