mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b94f60a58b
- cleanup patches and extra file - fix unnecessary delay(from byung) - resurrect MAINTAINER line(me) - fix distfile location - fix DESCR to correct maintainer PR: ports/18573 Submitted by: byung@nowcool.dhs.org
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
diff -uNr --exclude=*.orig work.old/ztelnet/libtelnet/strdup.c work/ztelnet/libtelnet/strdup.c
|
|
--- work.old/ztelnet/libtelnet/strdup.c Tue Mar 26 07:14:21 1991
|
|
+++ work/ztelnet/libtelnet/strdup.c Tue Jun 20 22:58:31 2000
|
|
@@ -28,7 +28,6 @@
|
|
#include <string.h>
|
|
#endif
|
|
|
|
-
|
|
char *
|
|
strdup(str)
|
|
char *str;
|