Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses Forget to mention: This fixes PR lib/12565.



details:   https://anonhg.NetBSD.org/src/rev/538da75bd0ba
branches:  trunk
changeset: 508825:538da75bd0ba
user:      jdc <jdc%NetBSD.org@localhost>
date:      Fri Apr 20 13:14:42 2001 +0000

description:
Forget to mention:  This fixes PR lib/12565.

diffstat:

 lib/libcurses/getstr.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 240696511544 -r 538da75bd0ba lib/libcurses/getstr.c
--- a/lib/libcurses/getstr.c    Fri Apr 20 13:06:35 2001 +0000
+++ b/lib/libcurses/getstr.c    Fri Apr 20 13:14:42 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: getstr.c,v 1.13 2001/04/20 13:03:24 jdc Exp $  */
+/*     $NetBSD: getstr.c,v 1.14 2001/04/20 13:14:42 jdc Exp $  */
 
 /*
  * Copyright (c) 1981, 1993, 1994
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)getstr.c   8.2 (Berkeley) 5/4/94";
 #else
-__RCSID("$NetBSD: getstr.c,v 1.13 2001/04/20 13:03:24 jdc Exp $");
+__RCSID("$NetBSD: getstr.c,v 1.14 2001/04/20 13:14:42 jdc Exp $");
 #endif
 #endif                         /* not lint */
 



Home | Main Index | Thread Index | Old Index