Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh In order to use __NetBSD_Version__, I needed to inclu...
details: https://anonhg.NetBSD.org/src/rev/7e25d51d0a82
branches: trunk
changeset: 486136:7e25d51d0a82
user: elric <elric%NetBSD.org@localhost>
date: Sat May 13 21:11:16 2000 +0000
description:
In order to use __NetBSD_Version__, I needed to include sys/param.h.
diffstat:
bin/sh/shell.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7b48b58149cb -r 7e25d51d0a82 bin/sh/shell.h
--- a/bin/sh/shell.h Sat May 13 20:59:41 2000 +0000
+++ b/bin/sh/shell.h Sat May 13 21:11:16 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: shell.h,v 1.11 2000/05/13 20:50:15 elric Exp $ */
+/* $NetBSD: shell.h,v 1.12 2000/05/13 21:11:16 elric Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -53,6 +53,7 @@
* a quit signal will generate a core dump.
*/
+#include <sys/param.h>
#define JOBS 1
#ifndef BSD
Home |
Main Index |
Thread Index |
Old Index