Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/more Change `putchr' prototype to make it acce...
details: https://anonhg.NetBSD.org/src/rev/6b5c3beeef0e
branches: trunk
changeset: 477260:6b5c3beeef0e
user: pk <pk%NetBSD.org@localhost>
date: Mon Oct 18 20:28:32 1999 +0000
description:
Change `putchr' prototype to make it acceptable to tputs().
diffstat:
distrib/utils/more/extern.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c9d910ef569c -r 6b5c3beeef0e distrib/utils/more/extern.h
--- a/distrib/utils/more/extern.h Mon Oct 18 20:22:10 1999 +0000
+++ b/distrib/utils/more/extern.h Mon Oct 18 20:28:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.1 1998/02/04 11:08:47 christos Exp $ */
+/* $NetBSD: extern.h,v 1.2 1999/10/18 20:28:32 pk Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -93,7 +93,7 @@
void put_line __P((void));
void flush __P((void));
void purge __P((void));
-void putchr __P((int));
+int putchr __P((int));
void putstr __P((char *));
void error __P((char *));
void ierror __P((char *));
Home |
Main Index |
Thread Index |
Old Index