Module Name:    src
Committed By:   christos
Date:           Sun Jan 24 20:14:44 UTC 2016

Modified Files:
        src/usr.bin/cvslatest: cvslatest.c

Log Message:
Toolify


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/cvslatest/cvslatest.c

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

Modified files:

Index: src/usr.bin/cvslatest/cvslatest.c
diff -u src/usr.bin/cvslatest/cvslatest.c:1.1 src/usr.bin/cvslatest/cvslatest.c:1.2
--- src/usr.bin/cvslatest/cvslatest.c:1.1	Sun Jan 24 12:08:16 2016
+++ src/usr.bin/cvslatest/cvslatest.c	Sun Jan 24 15:14:44 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: cvslatest.c,v 1.1 2016/01/24 17:08:16 christos Exp $	*/
+/*	$NetBSD: cvslatest.c,v 1.2 2016/01/24 20:14:44 christos Exp $	*/
 
 /*-
  * Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -28,8 +28,13 @@
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  */
+
+#ifdef HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
+
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: cvslatest.c,v 1.1 2016/01/24 17:08:16 christos Exp $");
+__RCSID("$NetBSD: cvslatest.c,v 1.2 2016/01/24 20:14:44 christos Exp $");
 
 /*
  * Find the latest timestamp in a set of CVS trees, by examining the

Reply via email to