summaryrefslogtreecommitdiff
path: root/net/ztelnet/files/patch-ag
blob: d3bb303c82a55acd84d3a52594f7bdff3a0dce46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;