Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F101994480
D44975.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
316 B
Referenced Files
None
Subscribers
None
D44975.id.diff
View Options
diff --git a/bin/date/date.c b/bin/date/date.c
--- a/bin/date/date.c
+++ b/bin/date/date.c
@@ -96,6 +96,8 @@
(void) setlocale(LC_TIME, "");
rflag = 0;
Iflag = jflag = Rflag = 0;
+ ts.tv_sec = 0;
+ ts.tv_nsec = 0;
while ((ch = getopt(argc, argv, "f:I::jnRr:uv:z:")) != -1)
switch((char)ch) {
case 'f':
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 7:54 AM (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14507158
Default Alt Text
D44975.id.diff (316 B)
Attached To
Mode
D44975: date: Fix tests by initializing timespec structure
Attached
Detach File
Event Timeline
Log In to Comment