[pkg-remote-commits] [x2goserver] 04/10: debian/patches: Drop 1003_fix-implicit-decl-execv.patch. Accepted upstream.
Mike Gabriel
sunweaver at debian.org
Mon Dec 11 23:02:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository x2goserver.
commit 3a35f63c70535b92f324afbda255181daca6686f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Dec 11 22:51:01 2017 +0100
debian/patches: Drop 1003_fix-implicit-decl-execv.patch. Accepted upstream.
---
debian/patches/1003_fix-implicit-decl-execv.patch | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/debian/patches/1003_fix-implicit-decl-execv.patch b/debian/patches/1003_fix-implicit-decl-execv.patch
deleted file mode 100644
index 5d60367..0000000
--- a/debian/patches/1003_fix-implicit-decl-execv.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Fix implicit declaration of execv()
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-
---- a/x2goserver/x2gosqlitewrapper.c
-+++ b/x2goserver/x2gosqlitewrapper.c
-@@ -21,6 +21,8 @@
- *
- */
-
-+#include <unistd.h>
-+
- int main( int argc, char *argv[] ) {
-
- char x2gosqlitewrapper[] = TRUSTED_BINARY;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/x2goserver.git
More information about the pkg-remote-commits
mailing list