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
Sun, Apr 26, 3:27 AM (12 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32158522
Default Alt Text
D23662.diff (394 B)

Event Timeline