diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-08 22:40:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-08 22:40:48 +0000 |
commit | 0201c1639c58cc28f1446da1c7df6e9d2c22c4f0 (patch) | |
tree | 0ef93b6cbe41ebe659a186869062b8fc714f4183 /audio/gnomemedia2/files/patch-cddbslave::socks4.c | |
parent | Add gnomecontrolcenter2 after repo copy from gnomecontrolcenter. This (diff) |
Add gnomemedia2 after repo copy from gnomemedia. This is a port of the
multimedia tools for the GNOME 2.0 desktop.
Notes
Notes:
svn path=/head/; revision=58763
Diffstat (limited to 'audio/gnomemedia2/files/patch-cddbslave::socks4.c')
-rw-r--r-- | audio/gnomemedia2/files/patch-cddbslave::socks4.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/gnomemedia2/files/patch-cddbslave::socks4.c b/audio/gnomemedia2/files/patch-cddbslave::socks4.c deleted file mode 100644 index ecb4659df044..000000000000 --- a/audio/gnomemedia2/files/patch-cddbslave::socks4.c +++ /dev/null @@ -1,19 +0,0 @@ - -$FreeBSD$ - ---- cddbslave/socks4.c 2001/12/06 08:10:34 1.1 -+++ cddbslave/socks4.c 2001/12/06 08:11:08 -@@ -33,12 +33,12 @@ - #include <errno.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <sys/time.h> - #include <netinet/in.h> - #include <unistd.h> - #include <pwd.h> --#include <sys/types.h> - #include <sys/select.h> - #include <dlfcn.h> - |