]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a selection of bugs, and improve code layout:
authoriedowse <iedowse@FreeBSD.org>
Sun, 22 Jul 2001 01:25:25 +0000 (01:25 +0000)
committeriedowse <iedowse@FreeBSD.org>
Sun, 22 Jul 2001 01:25:25 +0000 (01:25 +0000)
commitf561545d60b8675e48433a54e801fc9b94ccb773
tree2692b1141cadbaa5721ca3fe2010cfa60673f9ef
parent088f7e2128c168afd561139953bc5dcab91ab224
Fix a selection of bugs, and improve code layout:
- Remove unnecessary and unused local variables.
- Include useful information in error and warning messages.
- Fix the logic for expiring mounttab entries.
- Remove calls to getaddrinfo - the results were not used.
- Simplify some string handling by using snprintf.
- Fix usage.
usr.sbin/rpc.umntall/rpc.umntall.c