diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-28 10:43:57 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-28 10:43:57 +0000 |
commit | 206a4073d3ced3ed77bc65a44ff618aa6a3a5441 (patch) | |
tree | 5e15afefc64d417b654e5a80749e9d86ffcf3d3a /ftp | |
parent | 9ab4f1872f5a8a9adf55ad15034529e1f994b318 (diff) | |
download | FreeBSD-ports-206a4073d3ced3ed77bc65a44ff618aa6a3a5441.zip FreeBSD-ports-206a4073d3ced3ed77bc65a44ff618aa6a3a5441.tar.gz |
add patch files which do have RCS tags in it.
PR: ports/60164
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/quftp/files/patch-ac | 10 | ||||
-rw-r--r-- | ftp/quftp/files/patch-ad | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/ftp/quftp/files/patch-ac b/ftp/quftp/files/patch-ac new file mode 100644 index 0000000..76564cd --- /dev/null +++ b/ftp/quftp/files/patch-ac @@ -0,0 +1,10 @@ +--- text.c.orig Wed Dec 10 20:36:09 2003 ++++ text.c Wed Dec 10 20:36:57 2003 +@@ -3,7 +3,6 @@ + $Date: 2002/06/24 04:04:32 $ + */ + +-#include <malloc.h> + #include <stdlib.h> + #include <unistd.h> + #include <string.h> diff --git a/ftp/quftp/files/patch-ad b/ftp/quftp/files/patch-ad new file mode 100644 index 0000000..6cb37df --- /dev/null +++ b/ftp/quftp/files/patch-ad @@ -0,0 +1,10 @@ +--- rc.c.orig Wed Dec 10 20:36:15 2003 ++++ rc.c Wed Dec 10 20:36:32 2003 +@@ -5,7 +5,6 @@ + * $Date: 2002/06/13 07:00:33 $ + */ + +-#include <malloc.h> + #include <stdlib.h> + #include <string.h> + #include <stdio.h> |