gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-35


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-355-gf66a259
Date: Wed, 15 Feb 2012 11:27:57 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  f66a2592fc8be30644498ff87937f53330955aa0 (commit)
       via  c8cbd411bf639b3ce2da0f765f6861fc90c5d333 (commit)
      from  ed3253c3ecb76b4a7eea255843495e0005b6274b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=f66a2592fc8be30644498ff87937f53330955aa0


commit f66a2592fc8be30644498ff87937f53330955aa0
Author: Daniele Forsi <address@hidden>
Date:   Wed Feb 15 12:23:34 2012 +0100

    Add missing includes
    
    Fixes gcc warnings:
    common/device.c: In function ‘device_script’:
    common/device.c:63: warning: implicit declaration of function 
‘cfg_foreach’
    common/device.c:77: warning: implicit declaration of function ‘waitpid’

diff --git a/common/device.c b/common/device.c
index f73af34..1b1daab 100644
--- a/common/device.c
+++ b/common/device.c
@@ -18,6 +18,7 @@
 #include "compat.h"
 #include "misc.h"
 #include "gnokii.h"
+#include "gnokii-internal.h"
 #include "device.h"
 #include "devices/irda.h"
 #include "devices/unixbluetooth.h"
@@ -28,6 +29,7 @@
 #include "devices/socketphonet.h"
 
 #include <errno.h>
+#include <sys/wait.h>
 
 GNOKII_API int device_getfd(struct gn_statemachine *state)
 {

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=c8cbd411bf639b3ce2da0f765f6861fc90c5d333


commit f66a2592fc8be30644498ff87937f53330955aa0
Author: Daniele Forsi <address@hidden>
Date:   Wed Feb 15 12:23:34 2012 +0100

    Add missing includes
    
    Fixes gcc warnings:
    common/device.c: In function ‘device_script’:
    common/device.c:63: warning: implicit declaration of function 
‘cfg_foreach’
    common/device.c:77: warning: implicit declaration of function ‘waitpid’

diff --git a/common/device.c b/common/device.c
index f73af34..1b1daab 100644
--- a/common/device.c
+++ b/common/device.c
@@ -18,6 +18,7 @@
 #include "compat.h"
 #include "misc.h"
 #include "gnokii.h"
+#include "gnokii-internal.h"
 #include "device.h"
 #include "devices/irda.h"
 #include "devices/unixbluetooth.h"
@@ -28,6 +29,7 @@
 #include "devices/socketphonet.h"
 
 #include <errno.h>
+#include <sys/wait.h>
 
 GNOKII_API int device_getfd(struct gn_statemachine *state)
 {

-----------------------------------------------------------------------

Summary of changes:
 common/device.c      |    2 ++
 common/devices/tcp.c |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]