247dca44ef
libgadu. Let errno.h provide errno in libgsm.
13 lines
554 B
Text
13 lines
554 B
Text
$NetBSD: patch-ac,v 1.3 2006/01/05 16:36:38 joerg Exp $
|
|
|
|
--- modules/voice/libgsm/inc/config.h.orig 2006-01-05 16:21:24.000000000 +0000
|
|
+++ modules/voice/libgsm/inc/config.h
|
|
@@ -15,7 +15,7 @@
|
|
#define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
|
|
/*efine HAS_LIMITS_H 1 /* /usr/include/limits.h */
|
|
#define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
|
|
-/*efine HAS_ERRNO_DECL 1 /* errno.h declares errno */
|
|
+#define HAS_ERRNO_DECL 1 /* errno.h declares errno */
|
|
|
|
#define HAS_FSTAT 1 /* fstat syscall */
|
|
#define HAS_FCHMOD 1 /* fchmod syscall */
|