Module Name:    src
Committed By:   christos
Date:           Thu Oct  8 20:33:58 UTC 2015

Modified Files:
        src/tools/compat: fgetln.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tools/compat/fgetln.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/compat/fgetln.c
diff -u src/tools/compat/fgetln.c:1.10 src/tools/compat/fgetln.c:1.11
--- src/tools/compat/fgetln.c:1.10	Thu Oct  8 16:20:45 2015
+++ src/tools/compat/fgetln.c	Thu Oct  8 16:33:58 2015
@@ -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 <[email protected]>
@@ -17,7 +17,7 @@
  */
 
 /*
- * portable fgetln() version, reentrant
+ * portable fgetln() version
  */
 
 #ifdef HAVE_NBTOOL_CONFIG_H

Reply via email to