gnokii provides tools and a user space driver for use with mobile phones under Linux, various unices and Win32. With gnokii you can do such things as make data calls, update your address book, change calendar entires, send and receive SMS messages and load ring tones depending on the phone you have.
13 lines
597 B
Text
13 lines
597 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2004/07/02 18:49:18 shattered Exp $
|
|
|
|
--- include/gnokii.h.orig 2004-04-14 01:27:41.000000000 +0400
|
|
+++ include/gnokii.h
|
|
@@ -39,7 +39,7 @@ extern "C" {
|
|
#if defined(__linux__)
|
|
# include <stdint.h>
|
|
# include <sys/time.h>
|
|
-#elif defined(__svr4__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__MACH__)
|
|
+#elif defined(__svr4__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__MACH__) || defined(__NetBSD__)
|
|
# include <inttypes.h>
|
|
# include <sys/time.h>
|
|
#elif defined(_MSC_VER) && defined(WIN32)
|