From: Bdale Garbee Date: Tue, 26 Apr 2011 20:06:39 +0000 (-0600) Subject: this patch no longer appears to be needed X-Git-Tag: debian/1.8.2-1~19 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a77be5a49966242daa7366c6f8adddbf37d867e3;p=debian%2Fsudo this patch no longer appears to be needed --- diff --git a/debian/patches/hurd-have-getutid.diff b/debian/patches/hurd-have-getutid.diff deleted file mode 100644 index f6968dc..0000000 --- a/debian/patches/hurd-have-getutid.diff +++ /dev/null @@ -1,35 +0,0 @@ -diff --git a/boottime.c b/boottime.c -index f75af3e..843aeca 100644 ---- a/boottime.c -+++ b/boottime.c -@@ -47,6 +47,14 @@ - # include - #endif - -+/* Must be included above "compat.h"!! */ -+#if defined(HAVE_GETUTXID) -+#include -+#elif defined(HAVE_GETUTID) -+#include -+#else -+#endif -+ - #include "compat.h" - #include "missing.h" - -@@ -102,7 +110,6 @@ get_boottime(tv) - - #elif defined(HAVE_GETUTXID) - --#include - int - get_boottime(tv) - struct timeval *tv; -@@ -121,7 +128,6 @@ get_boottime(tv) - - #elif defined(HAVE_GETUTID) - --#include - int - get_boottime(tv) - struct timeval *tv; diff --git a/debian/patches/series b/debian/patches/series index ba3c21b..178a4c4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ typo-in-classic-insults.diff env.c-safety.diff paths-in-samples.diff -hurd-have-getutid.diff