]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o In my merge, missed the one-line patch to ufs_vnops.c that removed
authorrwatson <rwatson@FreeBSD.org>
Wed, 14 Mar 2001 18:27:04 +0000 (18:27 +0000)
committerrwatson <rwatson@FreeBSD.org>
Wed, 14 Mar 2001 18:27:04 +0000 (18:27 +0000)
commit1ffbfa26345fd9284db007be2a6731154e59c3dd
tree849de6db0512db9734cf39750ce311080732506a
parentaf9206eb0a48373d41f96d113c706d09d975172e
o In my merge, missed the one-line patch to ufs_vnops.c that removed
  the static prototype for ufs_readdir().  Note that ufs_readdir() was
  actually already non-static, the prototype was incorrect.

Submitted by: jedgar
sys/ufs/ufs/ufs_vnops.c