diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-05 14:36:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-05 14:36:51 +0800 |
commit | 3ac269b46ea5ebd8016e8196c143b8272d38d5ac (patch) | |
tree | 86ef4be23347c10df167d6cf41b5c8f8fe4a7235 /devel/gnomevfs2/files | |
parent | dd8e75c5fc5cd964e17793e1f05b95b37d8ffdea (diff) | |
download | marcuscom-ports-3ac269b46ea5ebd8016e8196c143b8272d38d5ac.tar marcuscom-ports-3ac269b46ea5ebd8016e8196c143b8272d38d5ac.tar.gz marcuscom-ports-3ac269b46ea5ebd8016e8196c143b8272d38d5ac.tar.bz2 marcuscom-ports-3ac269b46ea5ebd8016e8196c143b8272d38d5ac.tar.lz marcuscom-ports-3ac269b46ea5ebd8016e8196c143b8272d38d5ac.tar.xz marcuscom-ports-3ac269b46ea5ebd8016e8196c143b8272d38d5ac.tar.zst marcuscom-ports-3ac269b46ea5ebd8016e8196c143b8272d38d5ac.zip |
FreeBSD uses poll.h ont sys/poll.h.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2773 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2/files')
-rw-r--r-- | devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c new file mode 100644 index 000000000..5d37cc768 --- /dev/null +++ b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c @@ -0,0 +1,10 @@ +--- libgnomevfs/gnome-vfs-unix-mounts.c.orig Sun Sep 5 02:34:30 2004 ++++ libgnomevfs/gnome-vfs-unix-mounts.c Sun Sep 5 02:35:08 2004 +@@ -43,6 +43,7 @@ + #include <errno.h> + #include <string.h> + #include <signal.h> ++#include <poll.h> + #include <libgnomevfs/gnome-vfs.h> + + #include "gnome-vfs-unix-mounts.h" |