From: Emil Mikulic Date: Thu, 15 Oct 2015 12:44:17 +0000 (+1100) Subject: Remove HURD patch. X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/commitdiff_plain/2576675f4428deb6ec903e1d84b9e5a45a75d8aa Remove HURD patch. A different patch was applied upstream. cd debian/ quilt delete FixHURDsFTBS.patch git rm patches/FixHURDsFTBS.patch --- diff --git a/debian/patches/FixHURDsFTBS.patch b/debian/patches/FixHURDsFTBS.patch deleted file mode 100644 index 1a05c77..0000000 --- a/debian/patches/FixHURDsFTBS.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Use the correct macro for OS X - The OS X fix use the macro __MACH__, this catch up on Hurd, so - better use __APPLE__ -Author: René Mayorga ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/now.c -+++ b/now.c -@@ -23,7 +23,7 @@ - #include - #include - --#ifdef __MACH__ -+#ifdef __APPLE__ - /* Fake up clock_gettime() on OS X. */ - # include - # include diff --git a/debian/patches/series b/debian/patches/series index c58bf3c..b2e632a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ CorrectTcmpdump-section -FixHURDsFTBS.patch