summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pccard/pccardd/util.c')
-rw-r--r--usr.sbin/pccard/pccardd/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pccard/pccardd/util.c b/usr.sbin/pccard/pccardd/util.c
index f963608..d7db551 100644
--- a/usr.sbin/pccard/pccardd/util.c
+++ b/usr.sbin/pccard/pccardd/util.c
@@ -33,7 +33,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: util.c,v 1.10 1997/10/06 11:36:08 charnier Exp $";
#endif /* not lint */
#include <err.h>
@@ -63,7 +63,7 @@ log_setup(void)
}
void
-log_1s(const char *fmt, ...)
+logmsg(const char *fmt, ...)
{
va_list ap;
char s[256];
OpenPOWER on IntegriCloud