diff options
Diffstat (limited to 'sys-apps/util-linux/files/util-linux-2.12-swapon-unistd.patch')
-rw-r--r-- | sys-apps/util-linux/files/util-linux-2.12-swapon-unistd.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/util-linux/files/util-linux-2.12-swapon-unistd.patch b/sys-apps/util-linux/files/util-linux-2.12-swapon-unistd.patch deleted file mode 100644 index 982ab1d..0000000 --- a/sys-apps/util-linux/files/util-linux-2.12-swapon-unistd.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mount/swapon.c.orig 2004-05-07 15:21:06.909712000 +0000 -+++ mount/swapon.c 2004-05-07 15:21:28.319712000 +0000 -@@ -21,6 +21,7 @@ - #include <mntent.h> - #include <errno.h> - #include <sys/stat.h> -+#include <unistd.h> - #include "swap_constants.h" - #include "swapargs.h" - #include "nls.h" - |