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
377 B
Text
13 lines
377 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2004/07/02 18:49:08 shattered Exp $
|
|
|
|
--- utils/mgnokiidev.c.orig 2004-04-14 01:27:39.000000000 +0400
|
|
+++ utils/mgnokiidev.c
|
|
@@ -39,7 +39,7 @@
|
|
#endif
|
|
|
|
/* See common/data/virtmodem.c for explanation */
|
|
-#ifdef __FreeBSD__
|
|
+#if defined(__FreeBSD__) || defined(__NetBSD__)
|
|
# include <sys/types.h>
|
|
# undef __BSD_VISIBLE
|
|
# define __BSD_VISIBLE 1
|