X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/b7080c8e96625177072137d504eb8e9c9d748e49..7ba0088d6898d7fd2873f736f1f556673a8be855:/nfsstat.tproj/nfsstat.c?ds=sidebyside diff --git a/nfsstat.tproj/nfsstat.c b/nfsstat.tproj/nfsstat.c index 7bd1ce2..1f589c3 100644 --- a/nfsstat.tproj/nfsstat.c +++ b/nfsstat.tproj/nfsstat.c @@ -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");