acpid: push gcc patch upstream and consolidate identical patches.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 17 Feb 2008 21:08:59 +0000 (21:08 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 17 Feb 2008 21:08:59 +0000 (21:08 +0000)
packages/acpid/acpid-1.0.4/.mtn2git_empty [deleted file]
packages/acpid/acpid-1.0.4/gcc40.patch [deleted file]
packages/acpid/acpid/.mtn2git_empty [moved from packages/acpid/acpid-1.0.3/.mtn2git_empty with 100% similarity]
packages/acpid/acpid/gcc40.patch [moved from packages/acpid/acpid-1.0.3/gcc40.patch with 82% similarity]

diff --git a/packages/acpid/acpid-1.0.4/.mtn2git_empty b/packages/acpid/acpid-1.0.4/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/acpid/acpid-1.0.4/gcc40.patch b/packages/acpid/acpid-1.0.4/gcc40.patch
deleted file mode 100644 (file)
index dbe090b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: acpid-1.0.3/ud_socket.c
-===================================================================
---- acpid-1.0.3.orig/ud_socket.c       2003-11-17 14:24:58.000000000 -0700
-+++ acpid-1.0.3/ud_socket.c    2005-06-27 14:44:17.785576106 -0700
-@@ -58,7 +58,7 @@
-       while (1) {
-               int newsock = 0;
-               struct sockaddr_un cliaddr;
--              int len = sizeof(struct sockaddr_un);
-+              socklen_t len = sizeof(struct sockaddr_un);
-               newsock = accept(listenfd, (struct sockaddr *)&cliaddr, &len);
-               if (newsock < 0) {
similarity index 82%
rename from packages/acpid/acpid-1.0.3/gcc40.patch
rename to packages/acpid/acpid/gcc40.patch
index dbe090b..5320cee 100644 (file)
@@ -1,3 +1,5 @@
+upstream: https://sourceforge.net/tracker/index.php?func=detail&aid=1895615&group_id=33140&atid=407341
+
 Index: acpid-1.0.3/ud_socket.c
 ===================================================================
 --- acpid-1.0.3.orig/ud_socket.c       2003-11-17 14:24:58.000000000 -0700