Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1605915
| From | Deepa Dinamani <deepa.kernel@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RESEND PATCH 1/7] time: Delete do_sys_setimeofday() |
| Date | 2017-03-21 20:00 +0100 |
| Message-ID | <tnxaG-7fa-5@gated-at.bofh.it> (permalink) |
| References | <tmBzH-XZ-7@gated-at.bofh.it> <tnvLz-6rG-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> arch/alpha/kernel/osf_sys.c: In function 'SYSC_osf_settimeofday': >>> arch/alpha/kernel/osf_sys.c:1032:9: error: implicit declaration of function 'do_sys_settimeofday' [-Werror=implicit-function-declaration] > return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL); > ^~~~~~~~~~~~~~~~~~~ > cc1: some warnings being treated as errors > > vim +/do_sys_settimeofday +1032 arch/alpha/kernel/osf_sys.c I missed this do_sys_settimeofday() call. I will fix this in v2. Thanks, Deepa
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RESEND PATCH 0/7] Change k_clock interfaces to use timespec64 Deepa Dinamani <deepa.kernel@gmail.com> - 2017-03-19 06:30 +0100
[RESEND PATCH 1/7] time: Delete do_sys_setimeofday() Deepa Dinamani <deepa.kernel@gmail.com> - 2017-03-19 06:30 +0100
Re: [RESEND PATCH 1/7] time: Delete do_sys_setimeofday() Thomas Gleixner <tglx@linutronix.de> - 2017-03-19 12:00 +0100
Re: [RESEND PATCH 1/7] time: Delete do_sys_setimeofday() kbuild test robot <lkp@intel.com> - 2017-03-21 18:30 +0100
Re: [RESEND PATCH 1/7] time: Delete do_sys_setimeofday() Deepa Dinamani <deepa.kernel@gmail.com> - 2017-03-21 20:00 +0100
[RESEND PATCH 3/7] Change k_clock clock_get() to use timespec64 Deepa Dinamani <deepa.kernel@gmail.com> - 2017-03-19 06:30 +0100
Re: [RESEND PATCH 3/7] Change k_clock clock_get() to use timespec64 Thomas Gleixner <tglx@linutronix.de> - 2017-03-19 12:10 +0100
[RESEND PATCH 5/7] Change k_clock clock_set() to use timespec64 Deepa Dinamani <deepa.kernel@gmail.com> - 2017-03-19 06:30 +0100
[RESEND PATCH 2/7] time: Change posix clocks ops interfaces to use timespec64 Deepa Dinamani <deepa.kernel@gmail.com> - 2017-03-19 06:30 +0100
Re: [RESEND PATCH 2/7] time: Change posix clocks ops interfaces to use timespec64 Thomas Gleixner <tglx@linutronix.de> - 2017-03-19 12:00 +0100
Re: [RESEND PATCH 2/7] time: Change posix clocks ops interfaces to use timespec64 Deepa Dinamani <deepa.kernel@gmail.com> - 2017-03-20 21:40 +0100
Re: [RESEND PATCH 2/7] time: Change posix clocks ops interfaces to use timespec64 Thomas Gleixner <tglx@linutronix.de> - 2017-03-20 21:50 +0100
Re: [RESEND PATCH 2/7] time: Change posix clocks ops interfaces to use timespec64 Arnd Bergmann <arnd@arndb.de> - 2017-03-21 09:20 +0100
Re: [RESEND PATCH 2/7] time: Change posix clocks ops interfaces to use timespec64 Thomas Gleixner <tglx@linutronix.de> - 2017-03-21 10:10 +0100
Re: [Y2038] [RESEND PATCH 2/7] time: Change posix clocks ops interfaces to use timespec64 Tomoyoshi ASANO <asa@lineo.co.jp> - 2017-03-20 23:50 +0100
Re: [RESEND PATCH 2/7] time: Change posix clocks ops interfaces to use timespec64 Richard Cochran <richardcochran@gmail.com> - 2017-03-19 19:10 +0100
Re: [RESEND PATCH 2/7] time: Change posix clocks ops interfaces to use timespec64 Deepa Dinamani <deepa.kernel@gmail.com> - 2017-03-20 21:40 +0100
[RESEND PATCH 7/7] Change k_clock nsleep() to use timespec64 Deepa Dinamani <deepa.kernel@gmail.com> - 2017-03-19 06:30 +0100
[RESEND PATCH 6/7] Change k_clock timer_set() and timer_get() to use timespec64 Deepa Dinamani <deepa.kernel@gmail.com> - 2017-03-19 06:30 +0100
Re: [RESEND PATCH 0/7] Change k_clock interfaces to use timespec64 Thomas Gleixner <tglx@linutronix.de> - 2017-03-19 12:10 +0100
Re: [RESEND PATCH 0/7] Change k_clock interfaces to use timespec64 Deepa Dinamani <deepa.kernel@gmail.com> - 2017-03-20 21:40 +0100
csiph-web