diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-06-04 12:54:16 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-06-04 12:54:16 +0000 |
commit | 50410e660c383e06ce6c0de0024d501a0194c19a (patch) | |
tree | 5faa487b61b2afd7756c347891450ab9802751b4 /net-p2p/microdc/files/patch-filelist-in.c | |
parent | - Fix build on FreeBSD 5.X [1] (diff) |
Remove expired ports:
2007-04-22 net-p2p/freenet: Does not work with existing Freenet network
2007-04-22 net-p2p/libfreenet: Does not work with existing Freenet network
2007-05-03 net-p2p/microdc: microdc is no longer in development. Consider using net-p2p/microdc2 instead
Notes
Notes:
svn path=/head/; revision=192704
Diffstat (limited to 'net-p2p/microdc/files/patch-filelist-in.c')
-rw-r--r-- | net-p2p/microdc/files/patch-filelist-in.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-p2p/microdc/files/patch-filelist-in.c b/net-p2p/microdc/files/patch-filelist-in.c deleted file mode 100644 index 2a05ccb60a0b..000000000000 --- a/net-p2p/microdc/files/patch-filelist-in.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/filelist-in.c-orig Wed Sep 21 23:28:10 2005 -+++ src/filelist-in.c Fri Aug 11 23:21:51 2006 -@@ -20,6 +20,7 @@ - #include <config.h> - #include <unistd.h> - #include <sys/signal.h> -+#include <sys/stat.h> - #include <stdbool.h> - #include "gettext.h" /* Gnulib/GNU gettext */ - #define _(s) gettext(s) |