Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Remove unnecessary extern var declaration that was a
details: https://anonhg.NetBSD.org/src/rev/351494166bd1
branches: trunk
changeset: 345021:351494166bd1
user: kre <kre%NetBSD.org@localhost>
date: Tue May 03 03:08:21 2016 +0000
description:
Remove unnecessary extern var declaration that was a
remnant of an earlier version of the previous (fd>10) fixes.
ok christos@
diffstat:
bin/sh/redir.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r 1484af64a5bd -r 351494166bd1 bin/sh/redir.h
--- a/bin/sh/redir.h Tue May 03 00:19:32 2016 +0000
+++ b/bin/sh/redir.h Tue May 03 03:08:21 2016 +0000
@@ -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 @@
int copyfd(int, int, int, int);
int movefd(int, int);
int to_upper_fd(int);
-
-extern int big_sh_fd;
Home |
Main Index |
Thread Index |
Old Index