summaryrefslogtreecommitdiff
path: root/comms/gammu-devel/files/patch-common.device.devfunc.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
commitb6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch)
treef2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /comms/gammu-devel/files/patch-common.device.devfunc.c
parent- Fix PLIST (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'.release/7.2.0
Diffstat (limited to 'comms/gammu-devel/files/patch-common.device.devfunc.c')
-rw-r--r--comms/gammu-devel/files/patch-common.device.devfunc.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/gammu-devel/files/patch-common.device.devfunc.c b/comms/gammu-devel/files/patch-common.device.devfunc.c
deleted file mode 100644
index cb474f2af445..000000000000
--- a/comms/gammu-devel/files/patch-common.device.devfunc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgammu/device/devfunc.c.orig Fri Feb 23 23:50:01 2007
-+++ libgammu/device/devfunc.c Tue Apr 10 23:46:39 2007
-@@ -19,6 +19,8 @@
- #include <string.h>
- #include <fcntl.h>
- #include <stdlib.h>
-+#include <sys/stat.h>
-+#include <sys/socket.h>
- #ifdef WIN32
- # include <io.h>
- #else