diff options
author | anray <anray@FreeBSD.org> | 2006-01-20 01:03:21 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-20 01:03:21 +0800 |
commit | a5746bbf125bb3a2fc455cd92d866f097bd5bb94 (patch) | |
tree | 95862f03f62b5bad44c6d0c328ae9bca1431e974 /comms/gammu/files | |
parent | dd3a9683662fbeba57fb1557d2f57d4337f50384 (diff) | |
download | freebsd-ports-gnome-a5746bbf125bb3a2fc455cd92d866f097bd5bb94.tar.gz freebsd-ports-gnome-a5746bbf125bb3a2fc455cd92d866f097bd5bb94.tar.zst freebsd-ports-gnome-a5746bbf125bb3a2fc455cd92d866f097bd5bb94.zip |
Update to 1.04.0
PR: ports/91097
Submitted by: "Boris B. Samorodov" <bsam@ipt.ru>
Approved by: maintainer timeout
Diffstat (limited to 'comms/gammu/files')
-rw-r--r-- | comms/gammu/files/patch-common.device.devfunc.c | 11 | ||||
-rw-r--r-- | comms/gammu/files/patch-common.service.gsmmisc.c | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/comms/gammu/files/patch-common.device.devfunc.c b/comms/gammu/files/patch-common.device.devfunc.c new file mode 100644 index 000000000000..f6dddacea0cb --- /dev/null +++ b/comms/gammu/files/patch-common.device.devfunc.c @@ -0,0 +1,11 @@ +--- common/device/devfunc.c.orig Sun Nov 20 22:01:18 2005 ++++ common/device/devfunc.c Thu Jan 19 18:35:48 2006 +@@ -17,6 +17,8 @@ + */ + + #include <string.h> ++#include <sys/stat.h> ++#include <sys/socket.h> + #ifdef WIN32 + # include <io.h> + #else diff --git a/comms/gammu/files/patch-common.service.gsmmisc.c b/comms/gammu/files/patch-common.service.gsmmisc.c new file mode 100644 index 000000000000..4fd010de5d40 --- /dev/null +++ b/comms/gammu/files/patch-common.service.gsmmisc.c @@ -0,0 +1,10 @@ +--- common/service/gsmmisc.c.orig Fri Dec 30 18:18:47 2005 ++++ common/service/gsmmisc.c Fri Dec 30 18:19:07 2005 +@@ -3,6 +3,7 @@ + #include <string.h> + #include <stdlib.h> + #include <sys/stat.h> ++#include <sys/socket.h> + #ifdef WIN32 + # include <io.h> + # include <fcntl.h> |