summaryrefslogtreecommitdiff
path: root/palm/gnome-pilot/files/patch-gpilotd_gpilotd.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-25 02:22:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-25 02:22:04 +0000
commit54a96080f2f8c47c7a88408baa9cfd364e1188ce (patch)
tree33b15f74372503125db165e3fb2b1d8400fb9a43 /palm/gnome-pilot/files/patch-gpilotd_gpilotd.c
parentupgrade to 2002-2-1 (diff)
Update to 0.1.67.
Notes
Notes: svn path=/head/; revision=68762
Diffstat (limited to 'palm/gnome-pilot/files/patch-gpilotd_gpilotd.c')
-rw-r--r--palm/gnome-pilot/files/patch-gpilotd_gpilotd.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/palm/gnome-pilot/files/patch-gpilotd_gpilotd.c b/palm/gnome-pilot/files/patch-gpilotd_gpilotd.c
deleted file mode 100644
index 0c790caba14b..000000000000
--- a/palm/gnome-pilot/files/patch-gpilotd_gpilotd.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- gpilotd/gpilotd.c.orig Tue Sep 17 13:37:40 2002
-+++ gpilotd/gpilotd.c Tue Sep 17 13:38:32 2002
-@@ -46,6 +46,7 @@
- #include <signal.h>
- #include <unistd.h>
- #include <stdio.h>
-+#include <fcntl.h>
-
- #include <libgnome/libgnome.h>
-
-@@ -125,13 +126,13 @@
- pilot_set_baud_rate (device);
- }
-
-- if (!(sd = pi_socket (PI_AF_SLP, PI_SOCK_STREAM, PI_PF_PADP))) {
-+ if (!(sd = pi_socket (PI_PF_SLP, PI_SOCK_STREAM, PI_PF_PADP))) {
- g_warning ("pi_socket: %s",strerror (errno));
- if (error) *error = 1;
- return -1;
- }
-
-- addr.pi_family = PI_AF_SLP;
-+ addr.pi_family = PI_PF_SLP;
-
- /*
- Most important for networking