Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/gzip Fix OPT_LIST. -t is not available in SMALL case.
details: https://anonhg.NetBSD.org/src/rev/8da3253db8ae
branches: trunk
changeset: 763523:8da3253db8ae
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Mar 23 12:59:44 2011 +0000
description:
Fix OPT_LIST. -t is not available in SMALL case.
diffstat:
usr.bin/gzip/gzip.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 84694c2071e0 -r 8da3253db8ae usr.bin/gzip/gzip.c
--- a/usr.bin/gzip/gzip.c Wed Mar 23 09:13:54 2011 +0000
+++ b/usr.bin/gzip/gzip.c Wed Mar 23 12:59:44 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gzip.c,v 1.98 2010/11/06 21:42:32 mrg Exp $ */
+/* $NetBSD: gzip.c,v 1.99 2011/03/23 12:59:44 tsutsui Exp $ */
/*
* Copyright (c) 1997, 1998, 2003, 2004, 2006 Matthew R. Green
@@ -30,7 +30,7 @@
#ifndef lint
__COPYRIGHT("@(#) Copyright (c) 1997, 1998, 2003, 2004, 2006\
Matthew R. Green. All rights reserved.");
-__RCSID("$NetBSD: gzip.c,v 1.98 2010/11/06 21:42:32 mrg Exp $");
+__RCSID("$NetBSD: gzip.c,v 1.99 2011/03/23 12:59:44 tsutsui Exp $");
#endif /* not lint */
/*
@@ -291,7 +291,7 @@
dflag = cflag = 1;
#ifdef SMALL
-#define OPT_LIST "123456789cdhltV"
+#define OPT_LIST "123456789cdhlV"
#else
#define OPT_LIST "123456789cdfhklNnqrS:tVv"
#endif
Home |
Main Index |
Thread Index |
Old Index