Page MenuHomeFreeBSD

D23662.id.diff
No OneTemporary

D23662.id.diff

Index: head/usr.bin/dtc/dtc.cc
===================================================================
--- head/usr.bin/dtc/dtc.cc
+++ head/usr.bin/dtc/dtc.cc
@@ -304,7 +304,10 @@
}
break;
default:
- fprintf(stderr, "Unknown option %c\n", ch);
+ /*
+ * Since opterr is non-zero, getopt will have
+ * already printed an error message.
+ */
return EXIT_FAILURE;
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 28, 5:16 PM (3 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32294232
Default Alt Text
D23662.id.diff (394 B)

Event Timeline