Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162565001
D58192.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
390 B
Referenced Files
None
Subscribers
None
D58192.diff
View Options
diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c
--- a/usr.bin/tail/tail.c
+++ b/usr.bin/tail/tail.c
@@ -96,8 +96,6 @@
*/
#define ARG(units, forward, backward) { \
int64_t num; \
- if (style) \
- usage(); \
if (expand_number(optarg, &num)) \
err(1, "illegal offset -- %s", optarg); \
if (num > INT64_MAX / units || num < INT64_MIN / units) \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 15, 2:50 PM (46 m, 14 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35035201
Default Alt Text
D58192.diff (390 B)
Attached To
Mode
D58192: tail: Allow repetitive or contraditory options
Attached
Detach File
Event Timeline
Log In to Comment