- statify functions
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 14 Sep 2004 18:36:40 +0000 (18:36 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 14 Sep 2004 18:36:40 +0000 (18:36 +0000)
commit2ffa3c11cd71d59fa9738901800afb899d6857f7
treef70c7633a9d8c329e540d34729af72b50d6545c4
parentf36a996d66464ab888ef66d81cfdbfb067673e2f
- statify functions
- test pointers explicitly for NULL
- use err for malloc as well
- use snprintf
- use herror when reporting errors from gethostbyname()
- use the coorect clnt_* error calls for those functions
- remove the redundant '?' from getopt
- correct some prototyps
- remove an unnessary cast from malloc
- mark this as WARNS=6 clean

Mostly-submitted-by: Liam J. Foy <liamfoy@sepulcrum.org>
usr.bin/rup/Makefile
usr.bin/rup/rup.c