Module Name: src
Committed By: kre
Date: Tue May 3 03:08:21 UTC 2016
Modified Files:
src/bin/sh: redir.h
Log Message:
Remove unnecessary extern var declaration that was a
remnant of an earlier version of the previous (fd>10) fixes.
ok christos@
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 src/bin/sh/redir.h:1.20
--- src/bin/sh/redir.h:1.19 Mon May 2 01:46:31 2016
+++ src/bin/sh/redir.h Tue May 3 03:08:21 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: redir.h,v 1.19 2016/05/02 01:46:31 christos Exp $ */
+/* $NetBSD: redir.h,v 1.20 2016/05/03 03:08:21 kre Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -48,5 +48,3 @@ void clearredir(int);
int copyfd(int, int, int, int);
int movefd(int, int);
int to_upper_fd(int);
-
-extern int big_sh_fd;