diff options
| author | lukem <lukem@NetBSD.org> | 1997-10-11 08:13:40 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-10-11 08:13:40 +0000 |
| commit | 00c616df1fcdefe33be74ec3f41f39b0c3852e5c (patch) | |
| tree | 8187488c95dae0e421541d7cbc113dd3e6a76eac /hunt/huntd/talk_ctl.h | |
| parent | 553d721d7a1deaf8fc7b01155b66150ce13f2783 (diff) | |
| download | bsdgames-darwin-00c616df1fcdefe33be74ec3f41f39b0c3852e5c.tar.gz bsdgames-darwin-00c616df1fcdefe33be74ec3f41f39b0c3852e5c.zip | |
use err/warn instead of perror
Diffstat (limited to 'hunt/huntd/talk_ctl.h')
| -rw-r--r-- | hunt/huntd/talk_ctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hunt/huntd/talk_ctl.h b/hunt/huntd/talk_ctl.h index 59071ec3..f8081b83 100644 --- a/hunt/huntd/talk_ctl.h +++ b/hunt/huntd/talk_ctl.h @@ -74,7 +74,7 @@ extern CTL_MSG msg; #ifdef LOG #define p_error(str) syslog(LOG_WARNING, "faketalk %s: %m", str) #else -#define p_error(str) perror(str) +#define p_error(str) warn(str) #endif void ctl_transact __P((struct in_addr, CTL_MSG, int, CTL_RESPONSE *)); |
