diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-10 03:48:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-10 03:48:31 +0800 |
commit | 340d9421e0ac310e93f0f8182d5e083964b1d873 (patch) | |
tree | 0aea502dc8f8c56260ff1e29f520f1582a057a49 /accessibility/gail | |
parent | 0d667e29121bc1cee9d9f9db92b837bcb3110357 (diff) | |
download | freebsd-ports-gnome-340d9421e0ac310e93f0f8182d5e083964b1d873.tar.gz freebsd-ports-gnome-340d9421e0ac310e93f0f8182d5e083964b1d873.tar.zst freebsd-ports-gnome-340d9421e0ac310e93f0f8182d5e083964b1d873.zip |
Remove a patch forgotten in the last commit.
Diffstat (limited to 'accessibility/gail')
-rw-r--r-- | accessibility/gail/files/patch-tests::ferret.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/accessibility/gail/files/patch-tests::ferret.c b/accessibility/gail/files/patch-tests::ferret.c deleted file mode 100644 index 0418c30c337d..000000000000 --- a/accessibility/gail/files/patch-tests::ferret.c +++ /dev/null @@ -1,27 +0,0 @@ - -$FreeBSD$ - ---- tests/ferret.c 2002/02/17 09:45:53 1.1 -+++ tests/ferret.c 2002/02/17 10:10:16 -@@ -3,9 +3,9 @@ - #define MAX_GROUPS 20 - #define MAX_NAME_VALUE 20 - --#include <netinet/in.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <sys/un.h> - #include <errno.h> - #include <unistd.h> -@@ -239,8 +239,8 @@ - static GtkWidget *menuitem_trackmouse = NULL; - static GtkWidget *menuitem_trackfocus = NULL; - --static struct sockaddr_un mag_server = { AF_UNIX , "/tmp/magnifier_socket" }; --static struct sockaddr_un client = { AF_UNIX, "/tmp/mag_client"}; -+static struct sockaddr_un mag_server = { 0, AF_UNIX , "/tmp/magnifier_socket" }; -+static struct sockaddr_un client = { 0, AF_UNIX, "/tmp/mag_client"}; - - /* GUI Information for the output window */ - typedef struct |