diff options
author | Maxime Henrion <mux@FreeBSD.org> | 2002-08-10 20:19:04 +0000 |
---|---|---|
committer | Maxime Henrion <mux@FreeBSD.org> | 2002-08-10 20:19:04 +0000 |
commit | 5965373e69ca208cedd8ede9716ef0d58e6c3434 (patch) | |
tree | f2655b26537a3fa42106a5f0b342f24c8d6e679d /usr.bin/find/function.c | |
parent | 306e6b83936d0560c96775d3dbf0767138825040 (diff) | |
download | src-test2-5965373e69ca208cedd8ede9716ef0d58e6c3434.tar.gz src-test2-5965373e69ca208cedd8ede9716ef0d58e6c3434.zip |
Notes
Diffstat (limited to 'usr.bin/find/function.c')
-rw-r--r-- | usr.bin/find/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 66f92b12b9c8..31e1a651767b 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -834,7 +834,7 @@ c_fstype(option, argvp) { char *fsname; PLAN *new; - struct vfsconf vfc; + struct xvfsconf vfc; fsname = nextarg(option, argvp); ftsoptions &= ~FTS_NOSTAT; |