diff options
Diffstat (limited to 'app-misc/srm/files/srm-1.2.8-remove-mount.patch')
-rw-r--r-- | app-misc/srm/files/srm-1.2.8-remove-mount.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-misc/srm/files/srm-1.2.8-remove-mount.patch b/app-misc/srm/files/srm-1.2.8-remove-mount.patch new file mode 100644 index 000000000000..0f3297a43a3f --- /dev/null +++ b/app-misc/srm/files/srm-1.2.8-remove-mount.patch @@ -0,0 +1,13 @@ +--- src/sunlink.c 2007-03-05 03:01:00.000000000 +0530 ++++ src/sunlink.c 2007-03-05 03:01:16.000000000 +0530 +@@ -20,9 +20,8 @@ + #include <sys/vfs.h> + #endif + +-#if HAVE_SYS_PARAM_H && HAVE_SYS_MOUNT_H ++#if HAVE_SYS_PARAM_H + #include <sys/param.h> +-#include <sys/mount.h> + #endif + + #include "srm.h" |