Source-Changes-HG archive

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

[src/trunk]: src/games/fortune/strfile #include "nbtool_config.h" to pull in ...



details:   https://anonhg.NetBSD.org/src/rev/90384bed235a
branches:  trunk
changeset: 790096:90384bed235a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Sep 18 23:18:14 2013 +0000

description:
#include "nbtool_config.h" to pull in getprogname() declaration.

diffstat:

 games/fortune/strfile/strfile.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 11761b4b1763 -r 90384bed235a games/fortune/strfile/strfile.c
--- a/games/fortune/strfile/strfile.c   Wed Sep 18 22:53:39 2013 +0000
+++ b/games/fortune/strfile/strfile.c   Wed Sep 18 23:18:14 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: strfile.c,v 1.35 2012/10/13 20:42:56 dholland Exp $    */
+/*     $NetBSD: strfile.c,v 1.36 2013/09/18 23:18:14 uwe Exp $ */
 
 /*-
  * Copyright (c) 1989, 1993
@@ -32,6 +32,10 @@
  * SUCH DAMAGE.
  */
 
+#if HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
+
 #ifdef __NetBSD__
 #include <sys/cdefs.h>
 #ifndef lint
@@ -43,7 +47,7 @@
 #if 0
 static char sccsid[] = "@(#)strfile.c  8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: strfile.c,v 1.35 2012/10/13 20:42:56 dholland Exp $");
+__RCSID("$NetBSD: strfile.c,v 1.36 2013/09/18 23:18:14 uwe Exp $");
 #endif
 #endif /* not lint */
 #endif /* __NetBSD__ */



Home | Main Index | Thread Index | Old Index