Remove partial support for building this on NetBSD.
This commit is contained in:
parent
c1b82c6363
commit
5ffd238aa5
@ -60,9 +60,7 @@ creat_f c_empty;
|
||||
creat_f c_exec;
|
||||
creat_f c_flags;
|
||||
creat_f c_follow;
|
||||
#if !defined(__NetBSD__)
|
||||
creat_f c_fstype;
|
||||
#endif
|
||||
creat_f c_group;
|
||||
creat_f c_inum;
|
||||
creat_f c_links;
|
||||
|
@ -871,7 +871,6 @@ f_fstype(PLAN *plan, FTSENT *entry)
|
||||
}
|
||||
}
|
||||
|
||||
#if !defined(__NetBSD__)
|
||||
PLAN *
|
||||
c_fstype(OPTION *option, char ***argvp)
|
||||
{
|
||||
@ -918,7 +917,6 @@ c_fstype(OPTION *option, char ***argvp)
|
||||
new->flags |= F_MTUNKNOWN;
|
||||
return new;
|
||||
}
|
||||
#endif /* __NetBSD__ */
|
||||
|
||||
/*
|
||||
* -group gname functions --
|
||||
|
@ -79,13 +79,7 @@ static OPTION const options[] = {
|
||||
{ "-false", c_simple, f_not, 0 },
|
||||
{ "-flags", c_flags, f_flags, 0 },
|
||||
{ "-follow", c_follow, f_always_true, 0 },
|
||||
/*
|
||||
* NetBSD doesn't provide a getvfsbyname(), so this option
|
||||
* is not available if using a NetBSD kernel.
|
||||
*/
|
||||
#if !defined(__NetBSD__)
|
||||
{ "-fstype", c_fstype, f_fstype, 0 },
|
||||
#endif
|
||||
{ "-group", c_group, f_group, 0 },
|
||||
{ "-iname", c_name, f_name, F_IGNCASE },
|
||||
{ "-inum", c_inum, f_inum, 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user