Source-Changes-HG archive

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

[src/trunk]: src/bin/ksh we do have dup2.



details:   https://anonhg.NetBSD.org/src/rev/dcd74989aa30
branches:  trunk
changeset: 503300:dcd74989aa30
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 04 19:25:43 2001 +0000

description:
we do have dup2.

diffstat:

 bin/ksh/config.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2deb5954ca7f -r dcd74989aa30 bin/ksh/config.h
--- a/bin/ksh/config.h  Sun Feb 04 19:12:09 2001 +0000
+++ b/bin/ksh/config.h  Sun Feb 04 19:25:43 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.4 1997/01/12 19:11:44 tls Exp $   */
+/*     $NetBSD: config.h,v 1.5 2001/02/04 19:25:43 christos Exp $      */
 
 /* config.h.  Generated automatically by configure.  */
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
@@ -41,6 +41,9 @@
 /* Define if you have <unistd.h>.  */
 #define HAVE_UNISTD_H 1
 
+/* Define if you have dup2.  */
+#define HAVE_DUP2 1
+
 /* Define if on MINIX.  */
 /* #undef _MINIX */
 



Home | Main Index | Thread Index | Old Index