Searched hist:16283 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libc/rpc/
H A Dgetrpcent.cdiff 16283 Mon Jun 10 18:13:09 MDT 1996 jraynard Code cleanup:

1. Added missing function prototypes.
2. Added missing function return types.
3. Added missing function argument types.
4. Added missing headers for system function prototypes.
5. Corrected format specifier in printf().
6. Added extra parentheses around assignment used as truth value.
7. Added missing "default" cases in switch statements.
8. Added casts for function pointers.
9. Did *not* change int declarations of uid and gid to uid_t/gid_t
because I don't know if that would affect the protocol. Put in
explicit casts to int instead, to make things more obvious.
10. Moved declarations of variables that are only used if YP is
defined inside the '#ifdef YP' conditionals.

Completed in 172 milliseconds