Source-Changes-HG archive

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

[src/trunk]: src/tools/compat don't lie in the comment; this is not the re-en...



details:   https://anonhg.NetBSD.org/src/rev/f9a4a7251ad0
branches:  trunk
changeset: 340890:f9a4a7251ad0
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 08 20:33:58 2015 +0000

description:
don't lie in the comment; this is not the re-entrant version

diffstat:

 tools/compat/fgetln.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b7156b224282 -r f9a4a7251ad0 tools/compat/fgetln.c
--- a/tools/compat/fgetln.c     Thu Oct 08 20:20:45 2015 +0000
+++ b/tools/compat/fgetln.c     Thu Oct 08 20:33:58 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fgetln.c,v 1.10 2015/10/08 20:20:45 christos Exp $     */
+/*     $NetBSD: fgetln.c,v 1.11 2015/10/08 20:33:58 christos Exp $     */
 
 /*
  * Copyright (c) 2015 Joerg Jung <jung%openbsd.org@localhost>
@@ -17,7 +17,7 @@
  */
 
 /*
- * portable fgetln() version, reentrant
+ * portable fgetln() version
  */
 
 #ifdef HAVE_NBTOOL_CONFIG_H



Home | Main Index | Thread Index | Old Index