Source-Changes-HG archive

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

[src/trunk]: src/lib/libedit Fixed an __P remnant



details:   https://anonhg.NetBSD.org/src/rev/17f2034f9910
branches:  trunk
changeset: 521712:17f2034f9910
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 03 23:37:53 2002 +0000

description:
Fixed an __P remnant

diffstat:

 lib/libedit/chared.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 865632dedd80 -r 17f2034f9910 lib/libedit/chared.h
--- a/lib/libedit/chared.h      Sun Feb 03 23:37:19 2002 +0000
+++ b/lib/libedit/chared.h      Sun Feb 03 23:37:53 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: chared.h,v 1.6 2001/01/10 07:45:41 jdolecek Exp $      */
+/*     $NetBSD: chared.h,v 1.7 2002/02/03 23:37:53 christos Exp $      */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -153,7 +153,7 @@
 
 protected int   ch_init(EditLine *);
 protected void  ch_reset(EditLine *);
-protected int   ch_enlargebufs __P((EditLine *, size_t));
+protected int   ch_enlargebufs(EditLine *, size_t);
 protected void  ch_end(EditLine *);
 
 #endif /* _h_el_chared */



Home | Main Index | Thread Index | Old Index