Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/msgc oops, forgot an _



details:   https://anonhg.NetBSD.org/src/rev/ce92a0837a0e
branches:  trunk
changeset: 474364:ce92a0837a0e
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Jul 04 10:39:40 1999 +0000

description:
oops, forgot an _

diffstat:

 usr.bin/msgc/msg_sys.def |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e09df86b2c2f -r ce92a0837a0e usr.bin/msgc/msg_sys.def
--- a/usr.bin/msgc/msg_sys.def  Sun Jul 04 10:35:19 1999 +0000
+++ b/usr.bin/msgc/msg_sys.def  Sun Jul 04 10:39:40 1999 +0000
@@ -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 @@
 /* Routines */
 
 static void
-msg_beep(void)
+_msg_beep(void)
 {
        fprintf(stderr, "\a");
 }



Home | Main Index | Thread Index | Old Index