X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/737caf932e7eb9c5c36d95df14bd2529b551a384..2576675f4428deb6ec903e1d84b9e5a45a75d8aa:/debian/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