SOURCES: synce-libsynce-noslang.patch (NEW) - use <stddef.h> inste...

qboosh qboosh at pld-linux.org
Thu May 18 15:16:29 CEST 2006


Author: qboosh                       Date: Thu May 18 13:16:29 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use <stddef.h> instead of slang for offsetof()

---- Files affected:
SOURCES:
   synce-libsynce-noslang.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/synce-libsynce-noslang.patch
diff -u /dev/null SOURCES/synce-libsynce-noslang.patch:1.1
--- /dev/null	Thu May 18 15:16:29 2006
+++ SOURCES/synce-libsynce-noslang.patch	Thu May 18 15:16:24 2006
@@ -0,0 +1,11 @@
+--- libsynce-0.9.2/lib/synce_socket.c.orig	2006-04-07 20:58:14.000000000 +0200
++++ libsynce-0.9.2/lib/synce_socket.c	2006-05-18 14:39:57.000000000 +0200
+@@ -8,7 +8,7 @@
+ #include <sys/socket.h>
+ #include <arpa/inet.h>
+ #include <sys/un.h>
+-#include <slang.h>
++#include <stddef.h>
+ #include <errno.h>
+ #include <string.h>
+ #include <sys/ioctl.h>
================================================================


More information about the pld-cvs-commit mailing list