Module Name:    src
Committed By:   joerg
Date:           Fri Apr  3 16:22:23 UTC 2020

Modified Files:
        src/bin/sh: redir.h

Log Message:
Don't define max_user_fd in the header.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/bin/sh/redir.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/redir.h
diff -u src/bin/sh/redir.h:1.24 src/bin/sh/redir.h:1.25
--- src/bin/sh/redir.h:1.24	Fri Jun 30 23:01:21 2017
+++ src/bin/sh/redir.h	Fri Apr  3 16:22:23 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: redir.h,v 1.24 2017/06/30 23:01:21 kre Exp $	*/
+/*	$NetBSD: redir.h,v 1.25 2020/04/03 16:22:23 joerg Exp $	*/
 
 /*-
  * Copyright (c) 1991, 1993
@@ -52,4 +52,4 @@ void sh_close(int);
 struct output;
 int outredir(struct output *, union node *, int);
 
-int max_user_fd;		/* highest fd used by user */
+extern int max_user_fd;		/* highest fd used by user */

Reply via email to