aboutsummaryrefslogtreecommitdiff
path: root/audio/gsm/files/patch-inc_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gsm/files/patch-inc_config.h')
-rw-r--r--audio/gsm/files/patch-inc_config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/gsm/files/patch-inc_config.h b/audio/gsm/files/patch-inc_config.h
new file mode 100644
index 000000000000..196e0bba47ad
--- /dev/null
+++ b/audio/gsm/files/patch-inc_config.h
@@ -0,0 +1,13 @@
+--- inc/config.h.orig Wed Apr 26 12:14:26 2006
++++ inc/config.h Fri Aug 11 13:44:23 2006
+@@ -28,8 +28,8 @@
+ /*efine HAS_STRINGS_H 1 /* /usr/include/strings.h */
+
+ #define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
+-#define HAS_UTIME 1 /* POSIX utime(path, times) */
+-/*efine HAS_UTIMES 1 /* use utimes() syscall instead */
++/*efine HAS_UTIME 1 /* POSIX utime(path, times) */
++#define HAS_UTIMES 1 /* use utimes() syscall instead */
+ #define HAS_UTIME_H 1 /* UTIME header file */
+ #define HAS_UTIMBUF 1 /* struct utimbuf */
+ /*efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */