about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lr.c b/lr.c
index 1463aee..db38ac5 100644
--- a/lr.c
+++ b/lr.c
@@ -759,13 +759,10 @@ scan_filesystems()
 	scanned_filesystems = 1;
 }
 #else
+#warning fstype lookup not implemented on this platform, keeping st_dev as number
 void
 scan_filesystems()
 {
-	fprintf(stderr,
-	    "%s: fstype not implemented on this platform, send a patch.\n",
-	    argv0);
-	exit(1);
 }
 #endif