Page MenuHomeFreeBSD

D23339.id67759.diff
No OneTemporary

D23339.id67759.diff

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

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)

Event Timeline