diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-26 15:33:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-26 15:33:05 +0000 |
commit | 9f0169f4e4a59f50ce1352b4d1f66b2f6949c460 (patch) | |
tree | c8d5e1e69202515fc4609929849846b13c1cde49 /comms/gammu/files/patch-common-phone-at-sonyeric.c | |
parent | Update to 2004.11.26. (diff) |
- Update to 0.98.0
PR: ports/74366
Submitted by: Kirill Bezzubets <kirill@solaris.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=122506
Diffstat (limited to 'comms/gammu/files/patch-common-phone-at-sonyeric.c')
-rw-r--r-- | comms/gammu/files/patch-common-phone-at-sonyeric.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/comms/gammu/files/patch-common-phone-at-sonyeric.c b/comms/gammu/files/patch-common-phone-at-sonyeric.c deleted file mode 100644 index 2dcbc3b6083d..000000000000 --- a/comms/gammu/files/patch-common-phone-at-sonyeric.c +++ /dev/null @@ -1,28 +0,0 @@ -diff -ur /usr/Arch/Nokia/Gammu/gammu-0.90.0/common/phone/at/sonyeric.c ./common/phone/at/sonyeric.c ---- /usr/Arch/Nokia/Gammu/gammu-0.90.0/common/phone/at/sonyeric.c Sun Nov 2 11:45:40 2003 -+++ ./common/phone/at/sonyeric.c Tue Dec 9 17:36:22 2003 -@@ -1,7 +1,6 @@ - - #include "../../gsmstate.h" - --#ifdef GSM_ENABLE_ATGEN - - #include <string.h> - #include <time.h> -@@ -13,7 +12,6 @@ - extern GSM_Reply_Function ATGENReplyFunctions[]; - extern GSM_Error ATGEN_DispatchMessage (GSM_StateMachine *s); - --#ifdef GSM_ENABLE_OBEXGEN - - extern GSM_Reply_Function OBEXGENReplyFunctions[]; - extern GSM_Error OBEXGEN_GetFilePart (GSM_StateMachine *s, GSM_File *File); -@@ -403,8 +401,6 @@ - #endif - } - --#endif --#endif - - /* How should editor hadle tabs in this file? Add editor commands here. - * vim: noexpandtab sw=8 ts=8 sts=8: |