diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-02-02 04:59:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-02-02 04:59:08 +0000 |
commit | 17e4fae3fc7757341505ae85fde173cfd4116c61 (patch) | |
tree | 976f9a65099f61b934f7751b1827e5472ece3d6b /sys/arch/hppa/compile | |
parent | d469bc127ece5bcebc78ec03630fa44e5bbebb51 (diff) |
o Don't call nfs_sillyrename() form nfs_remove if v_type == VDIR
(from FreeBSD). This avoids the panic described below.
o In nfs_sillyrename(), change a panic if v_type == VDIR to just
a printf (ifdef DIAGNOSTIC) and return EINVAL.
o When building the .nfs file in nfs_sillyrename() don't assume a pid
is only 4 chars long since PID_MAX is 5 chars and use sprintf()
instead of converting the pid to ascii by hand.
Thanks to Theo for assistance and sanity checking.
Diffstat (limited to 'sys/arch/hppa/compile')
0 files changed, 0 insertions, 0 deletions