summaryrefslogtreecommitdiffstats
path: root/utils/statd/log.h
Commit message (Collapse)AuthorAgeFilesLines
* statd: Replace note() with xlog() in rpc.statdChuck Lever2009-11-241-42/+0
| | | | | | | | | | | To facilitate code sharing between statd and sm-notify (and with other components of nfs-utils), replace sm-notify's nsm_log() with xlog(). Since opt_quiet is used in only a handful of insignificant cases, it is removed. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
* Add -Wstrict-prototypes to compiler args, and fix warnings caused.Neil Brown2007-07-291-1/+1
|
* Rename statd log() to note() to avoid conflict with ISO C.chip2003-08-221-8/+8
|
* Minor changes - removed param to log_init() since char *name_p is functionallylon2000-10-051-2/+3
| | | | equivalent. (See statd.c)
* Initial revisionhjl1999-10-181-0/+41