Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Fix typo: O_ALTIO -> O_ALT_IO
details: https://anonhg.NetBSD.org/src/rev/8d90f1e2510e
branches: trunk
changeset: 994893:8d90f1e2510e
user: kamil <kamil%NetBSD.org@localhost>
date: Mon Nov 26 20:03:39 2018 +0000
description:
Fix typo: O_ALTIO -> O_ALT_IO
Noted by @jbeich via GitHub.
diffstat:
bin/sh/redir.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r be6c91d01496 -r 8d90f1e2510e bin/sh/redir.c
--- a/bin/sh/redir.c Mon Nov 26 18:08:41 2018 +0000
+++ b/bin/sh/redir.c Mon Nov 26 20:03:39 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: redir.c,v 1.61 2018/11/23 23:41:20 kre Exp $ */
+/* $NetBSD: redir.c,v 1.62 2018/11/26 20:03:39 kamil Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)redir.c 8.2 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: redir.c,v 1.61 2018/11/23 23:41:20 kre Exp $");
+__RCSID("$NetBSD: redir.c,v 1.62 2018/11/26 20:03:39 kamil Exp $");
#endif
#endif /* not lint */
@@ -721,7 +721,7 @@
#ifdef O_RSYNC
{ "rsync", 2, O_RSYNC },
#endif
-#ifdef O_ALTIO
+#ifdef O_ALT_IO
{ "altio", 2, O_ALT_IO },
#endif
#ifdef O_DIRECT
Home |
Main Index |
Thread Index |
Old Index