]> git.saurik.com Git - apple/network_cmds.git/blobdiff - nfsstat.tproj/nfsstat.c
network_cmds-115.tar.gz
[apple/network_cmds.git] / nfsstat.tproj / nfsstat.c
index 7bd1ce299b84063852421acea13339c2dc3ab212..1f589c30cf0a3ddae8e37261c0b5ab3f722c6a3e 100644 (file)
@@ -190,7 +190,6 @@ readstats(stp)
                int name[3];
                size_t buflen = sizeof *stp;
                struct vfsconf vfc;
-               extern int getvfsbyname(char *, struct vfsconf *);
 
                if (getvfsbyname("nfs", &vfc) < 0)
                        err(1, "getvfsbyname: NFS not compiled into kernel");