Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142178361
D23339.id67759.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
766 B
Referenced Files
None
Subscribers
None
D23339.id67759.diff
View Options
Index: head/sys/compat/linux/linux_time.c
===================================================================
--- head/sys/compat/linux/linux_time.c
+++ head/sys/compat/linux/linux_time.c
@@ -253,7 +253,7 @@
struct thread *targettd;
struct proc *p;
int error, clockwhich;
- clockid_t nwhich = 0; /* XXX: GCC */
+ clockid_t nwhich;
pid_t pid;
lwpid_t tid;
@@ -382,7 +382,7 @@
struct timespec ts;
struct l_timespec lts;
int error;
- clockid_t nwhich = 0; /* XXX: GCC */
+ clockid_t nwhich;
LIN_SDT_PROBE2(time, linux_clock_settime, entry, args->which, args->tp);
@@ -422,7 +422,7 @@
struct timespec ts;
struct l_timespec lts;
int error, clockwhich;
- clockid_t nwhich = 0; /* XXX: GCC */
+ clockid_t nwhich;
pid_t pid;
lwpid_t tid;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 17, 9:02 PM (3 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27699169
Default Alt Text
D23339.id67759.diff (766 B)
Attached To
Mode
D23339: Eliminate nwhich initialization at declaration
Attached
Detach File
Event Timeline
Log In to Comment