From 2a712d230a2589cabdd967956ede8c4f6fb59204 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 1 Aug 2007 07:31:28 +0000 Subject: fixed typo --- omusrmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omusrmsg.c') 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]; -- cgit