Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/more Fix up conflicting decl for putchr()



details:   https://anonhg.NetBSD.org/src/rev/0f06923394f7
branches:  trunk
changeset: 477531:0f06923394f7
user:      dan <dan%NetBSD.org@localhost>
date:      Tue Oct 19 23:09:45 1999 +0000

description:
Fix up conflicting decl for putchr()

diffstat:

 distrib/utils/more/output.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 23caa57165b4 -r 0f06923394f7 distrib/utils/more/output.c
--- a/distrib/utils/more/output.c       Tue Oct 19 22:26:52 1999 +0000
+++ b/distrib/utils/more/output.c       Tue Oct 19 23:09:45 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: output.c,v 1.4 1998/02/04 11:09:03 christos Exp $      */
+/*     $NetBSD: output.c,v 1.5 1999/10/19 23:09:45 dan Exp $   */
 
 /*
  * Copyright (c) 1988 Mark Nudleman
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)output.c   8.2 (Berkeley) 4/27/95";
 #else
-__RCSID("$NetBSD: output.c,v 1.4 1998/02/04 11:09:03 christos Exp $");
+__RCSID("$NetBSD: output.c,v 1.5 1999/10/19 23:09:45 dan Exp $");
 #endif
 #endif /* not lint */
 
@@ -163,7 +163,7 @@
 /*
  * Output a character.
  */
-void
+int
 putchr(c)
        int c;
 {



Home | Main Index | Thread Index | Old Index