From efb4e0892c4d63a21a05dfde8a32e19c425dfd13 Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 4 Jul 1999 10:39:40 +0000 Subject: oops, forgot an _ --- usr.bin/msgc/msg_sys.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/msgc/msg_sys.def') 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"); } -- cgit