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, 11 insertions, 0 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 new file mode 100644 index 0000000..982ab1d --- /dev/null +++ b/sys-apps/util-linux/files/util-linux-2.12-swapon-unistd.patch @@ -0,0 +1,11 @@ +--- 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" + |