Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/ls add u option to getopt again.
details: https://anonhg.NetBSD.org/src/rev/2aacec1de0e8
branches: trunk
changeset: 326920:2aacec1de0e8
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Sat Feb 22 13:08:13 2014 +0000
description:
add u option to getopt again.
diffstat:
bin/ls/ls.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 75d413db2377 -r 2aacec1de0e8 bin/ls/ls.c
--- a/bin/ls/ls.c Sat Feb 22 12:12:30 2014 +0000
+++ b/bin/ls/ls.c Sat Feb 22 13:08:13 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ls.c,v 1.72 2014/02/21 02:42:41 christos Exp $ */
+/* $NetBSD: ls.c,v 1.73 2014/02/22 13:08:13 mlelstv Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)ls.c 8.7 (Berkeley) 8/5/94";
#else
-__RCSID("$NetBSD: ls.c,v 1.72 2014/02/21 02:42:41 christos Exp $");
+__RCSID("$NetBSD: ls.c,v 1.73 2014/02/22 13:08:13 mlelstv Exp $");
#endif
#endif /* not lint */
@@ -151,7 +151,7 @@
f_listdot = 1;
fts_options = FTS_PHYSICAL;
- while ((ch = getopt(argc, argv, "1AaBbCcdFfghikLlMmnOoPpqRrSsTtWwXx"))
+ while ((ch = getopt(argc, argv, "1AaBbCcdFfghikLlMmnOoPpqRrSsTtuWwXx"))
!= -1) {
switch (ch) {
/*
Home |
Main Index |
Thread Index |
Old Index