Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150636427
D23662.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
394 B
Referenced Files
None
Subscribers
None
D23662.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D23662: dtc: remove unknown option printf, since getopt will print it
Attached
Detach File
Event Timeline
Log In to Comment