freebsd-ports/net/ztelnet/files/patch-aj
CHOI Junho b94f60a58b - fix core-dump problem in 4.x reported in ports/18573
- 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
2000-06-20 14:27:33 +00:00

11 lines
306 B
Text

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;