freebsd-ports/devel/strace/files/patch-time.c
Philip M. Gollucci fb1b444510 - Update to 4.5.18
- Add forgotten new files

PR:             ports/129019
Reported by:    erwinbot
Pointyhat to:   pgollucci
2008-12-27 04:15:26 +00:00

18 lines
396 B
C

--- time.c.orig 2008-11-21 01:06:16.000000000 +0800
+++ time.c 2008-11-21 01:06:46.000000000 +0800
@@ -36,6 +36,7 @@
#include <sys/timex.h>
#include <linux/ioctl.h>
#include <linux/rtc.h>
+#endif /* LINUX */
#ifndef UTIME_NOW
#define UTIME_NOW ((1l << 30) - 1l)
@@ -43,7 +44,6 @@
#ifndef UTIME_OMIT
#define UTIME_OMIT ((1l << 30) - 2l)
#endif
-#endif /* LINUX */
struct timeval32
{