You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/srm/files/srm-1.2.8-remove-mount.patch

14 lines
298 B

--- 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"