diff options
Diffstat (limited to 'net/ztelnet/files/patch-ag')
-rw-r--r-- | net/ztelnet/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ztelnet/files/patch-ag b/net/ztelnet/files/patch-ag new file mode 100644 index 000000000000..d3bb303c82a5 --- /dev/null +++ b/net/ztelnet/files/patch-ag @@ -0,0 +1,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; |