summaryrefslogtreecommitdiffstats
path: root/omusrmsg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-08-01 07:31:28 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-08-01 07:31:28 +0000
commit2a712d230a2589cabdd967956ede8c4f6fb59204 (patch)
tree717e635207fcca7ec5f19eeb51c08505c13ace82 /omusrmsg.c
parent0eab6e11e94df082d6b7a791648dc367c2c16dc6 (diff)
downloadrsyslog-2a712d230a2589cabdd967956ede8c4f6fb59204.tar.gz
rsyslog-2a712d230a2589cabdd967956ede8c4f6fb59204.tar.xz
rsyslog-2a712d230a2589cabdd967956ede8c4f6fb59204.zip
fixed typo
Diffstat (limited to 'omusrmsg.c')
-rw-r--r--omusrmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omusrmsg.c b/omusrmsg.c
index 7183014a..a3120280 100644
--- a/omusrmsg.c
+++ b/omusrmsg.c
@@ -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];