Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/cvslatest Toolify
details: https://anonhg.NetBSD.org/src/rev/2a666ae7b713
branches: trunk
changeset: 343201:2a666ae7b713
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 24 20:14:44 2016 +0000
description:
Toolify
diffstat:
usr.bin/cvslatest/cvslatest.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 9d802854a780 -r 2a666ae7b713 usr.bin/cvslatest/cvslatest.c
--- a/usr.bin/cvslatest/cvslatest.c Sun Jan 24 20:14:17 2016 +0000
+++ b/usr.bin/cvslatest/cvslatest.c Sun Jan 24 20:14:44 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index