diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /ftp/wu-ftpd+ipv6/files/patch-aa | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-aa')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-aa b/ftp/wu-ftpd+ipv6/files/patch-aa deleted file mode 100644 index 0dd5a8079675..000000000000 --- a/ftp/wu-ftpd+ipv6/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** src/config/config.fbs.bak Fri Dec 12 18:17:19 1997 ---- src/config/config.fbs Wed Dec 24 20:39:50 1997 -*************** -*** 29,35 **** - #define VIRTUAL - # if defined(__FreeBSD__) - # undef SPT_TYPE -! # if __FreeBSD__ == 2 - # include <osreldate.h> /* and this works */ - # if __FreeBSD_version >= 199512 /* 2.2-current right now */ - # define SPT_TYPE SPT_BUILTIN ---- 29,35 ---- - #define VIRTUAL - # if defined(__FreeBSD__) - # undef SPT_TYPE -! # if __FreeBSD__ >= 2 - # include <osreldate.h> /* and this works */ - # if __FreeBSD_version >= 199512 /* 2.2-current right now */ - # define SPT_TYPE SPT_BUILTIN |