aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find/function.c
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-01-10 21:36:34 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-01-10 21:36:34 +0000
commit94aacc4fb81fac83056d8e3c422a573a3c994123 (patch)
tree5524122056f26af7af6f3d22f775bbc70626fc2c /usr.bin/find/function.c
parentf6faa785f225f9fc1b2f6428eb0a0c7ae8f5f394 (diff)
Notes
Diffstat (limited to 'usr.bin/find/function.c')
-rw-r--r--usr.bin/find/function.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c
index 7c552ef0462f..18102969bf62 100644
--- a/usr.bin/find/function.c
+++ b/usr.bin/find/function.c
@@ -559,6 +559,7 @@ f_fstype(plan, entry)
}
}
+#if !defined(__NetBSD__)
PLAN *
c_fstype(arg)
char *arg;
@@ -598,6 +599,7 @@ c_fstype(arg)
errx(1, "%s: unknown file type", arg);
/* NOTREACHED */
}
+#endif
/*
* -group gname functions --