summaryrefslogtreecommitdiff
path: root/usr.bin/msgc
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1999-07-04 10:39:40 +0000
committercgd <cgd@NetBSD.org>1999-07-04 10:39:40 +0000
commitefb4e0892c4d63a21a05dfde8a32e19c425dfd13 (patch)
tree38ad70c44448ceebe6d8abea6cfd69bd65bbbb10 /usr.bin/msgc
parent8b6866fc0bcf877e4df94e53a7b8bda1a721c04a (diff)
oops, forgot an _
Diffstat (limited to 'usr.bin/msgc')
-rw-r--r--usr.bin/msgc/msg_sys.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/msgc/msg_sys.def b/usr.bin/msgc/msg_sys.def
index 89ab929cc2e..70caa110439 100644
--- a/usr.bin/msgc/msg_sys.def
+++ b/usr.bin/msgc/msg_sys.def
@@ -1,4 +1,4 @@
-/* $NetBSD: msg_sys.def,v 1.14 1999/07/04 10:35:19 cgd Exp $ */
+/* $NetBSD: msg_sys.def,v 1.15 1999/07/04 10:39:40 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -51,7 +51,7 @@ static void _msg_vprompt(char *msg, int do_echo, char *def, char *val,
/* Routines */
static void
-msg_beep(void)
+_msg_beep(void)
{
fprintf(stderr, "\a");
}