diff options
author | ss146032 <none@none> | 2006-01-18 09:04:19 -0800 |
---|---|---|
committer | ss146032 <none@none> | 2006-01-18 09:04:19 -0800 |
commit | b35ccd53da4e9ec8f91c398e23ba0157c26f0822 (patch) | |
tree | a6f7b4e5dea250bccc18dc5e2c202b6fc9301eb6 /usr/src/stand/lib/fs | |
parent | 97882f8b6fc1c876314e245477d8e4fca202159e (diff) | |
download | illumos-gate-b35ccd53da4e9ec8f91c398e23ba0157c26f0822.tar.gz |
6372261 Lint error generated from putback of 6216419
Diffstat (limited to 'usr/src/stand/lib/fs')
-rw-r--r-- | usr/src/stand/lib/fs/nfs/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/stand/lib/fs/nfs/mount.c b/usr/src/stand/lib/fs/nfs/mount.c index 760aac3414..2c394b98ab 100644 --- a/usr/src/stand/lib/fs/nfs/mount.c +++ b/usr/src/stand/lib/fs/nfs/mount.c @@ -76,7 +76,6 @@ char rootopts[MAX_PATH_LEN]; static gid_t fake_gids = 1; /* fake gids list for auth_unix */ extern void set_default_filename(char *); /* boot.c */ -extern void mac_set_arp_timeout(unsigned int); /* mac.c */ /* * xdr routines used by mount. |