Page MenuHomeFreeBSD

D40653.diff
No OneTemporary

D40653.diff

diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c
--- a/usr.bin/mt/mt.c
+++ b/usr.bin/mt/mt.c
@@ -1555,14 +1555,14 @@
struct mt_status_data *status_data)
{
int retval = 0;
- int verbose = 0, xml_dump = 0;
+ int xml_dump = 0;
struct mt_status_entry *density_root = NULL;
int c;
while ((c = getopt(argc, argv, "vx")) != -1) {
switch (c) {
case 'v':
- verbose = 1;
+ /* Ignore. */
break;
case 'x':
xml_dump = 1;

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 27, 3:27 PM (6 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16199999
Default Alt Text
D40653.diff (444 B)

Event Timeline