Tweaks, tests and OK feinerer@ Gammu command line utility provides access to wide range of phone features, however support level differs from phone to phone and you might want to check Gammu Phone Database for user experiences with various phones. Generally following features are supported: * Call listing, initiating and handling * SMS retrieval, backup and sending * MMS retrieval * Phonebook listing, export and import (also from standard formats such as vCard) * Calendar and tasks listing, export and import (also from standard formats such as vCalendar or iCalendar) * Retrieval of phone and network information * Access to phone file system.
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
$OpenBSD: patch-smsd_services_sql_c,v 1.1.1.1 2016/11/25 11:51:46 kirby Exp $
|
|
--- smsd/services/sql.c.orig Mon Jun 15 10:11:01 2015
|
|
+++ smsd/services/sql.c Mon Jun 15 21:16:35 2015
|
|
@@ -9,7 +9,7 @@
|
|
* Licensed under GNU GPL version 2 or later
|
|
*/
|
|
|
|
-#define _XOPEN_SOURCE
|
|
+/* Fix implicit declatarion of strptime */
|
|
#define _BSD_SOURCE
|
|
#define _DEFAULT_SOURCE
|
|
#include <time.h>
|