Source-Changes-HG archive

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

[src/netbsd-1-6]: src/bin/cat Missing config.h bring-in. Add for PR#24481



details:   https://anonhg.NetBSD.org/src/rev/dd11cef3b657
branches:  netbsd-1-6
changeset: 531400:dd11cef3b657
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Jun 16 01:26:42 2004 +0000

description:
Missing config.h bring-in. Add for PR#24481

diffstat:

 bin/cat/cat.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 8d1e6d3ac3f5 -r dd11cef3b657 bin/cat/cat.c
--- a/bin/cat/cat.c     Wed Jun 16 01:25:51 2004 +0000
+++ b/bin/cat/cat.c     Wed Jun 16 01:26:42 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cat.c,v 1.31.2.2 2002/11/03 14:22:30 he Exp $      */
+/* $NetBSD: cat.c,v 1.31.2.3 2004/06/16 01:26:42 jmc Exp $     */
 
 /*
  * Copyright (c) 1989, 1993
@@ -36,6 +36,10 @@
  * SUCH DAMAGE.
  */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/cdefs.h>
 #ifndef lint
 __COPYRIGHT(
@@ -47,7 +51,7 @@
 #if 0
 static char sccsid[] = "@(#)cat.c      8.2 (Berkeley) 4/27/95";
 #else
-__RCSID("$NetBSD: cat.c,v 1.31.2.2 2002/11/03 14:22:30 he Exp $");
+__RCSID("$NetBSD: cat.c,v 1.31.2.3 2004/06/16 01:26:42 jmc Exp $");
 #endif
 #endif /* not lint */
 



Home | Main Index | Thread Index | Old Index