diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-01 07:31:28 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-01 07:31:28 +0000 |
commit | 2a712d230a2589cabdd967956ede8c4f6fb59204 (patch) | |
tree | 717e635207fcca7ec5f19eeb51c08505c13ace82 /omusrmsg.c | |
parent | 0eab6e11e94df082d6b7a791648dc367c2c16dc6 (diff) | |
download | rsyslog-2a712d230a2589cabdd967956ede8c4f6fb59204.tar.gz rsyslog-2a712d230a2589cabdd967956ede8c4f6fb59204.tar.xz rsyslog-2a712d230a2589cabdd967956ede8c4f6fb59204.zip |
fixed typo
Diffstat (limited to 'omusrmsg.c')
-rw-r--r-- | omusrmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ void endutent(void) * Adjust the size of a variable to prevent a buffer overflow * should _PATH_DEV ever contain something different than "/dev/". */ -static srRetVal wallmsg(uchar* pMsg, instanceData *pData) +static rsRetVal wallmsg(uchar* pMsg, instanceData *pData) { char p[sizeof(_PATH_DEV) + UNAMESZ]; |