Page MenuHomeFreeBSD

D23662.diff
No OneTemporary

D23662.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
Sat, Apr 4, 12:07 AM (14 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30786815
Default Alt Text
D23662.diff (394 B)

Event Timeline