History log of /freebsd-current/contrib/netbsd-tests/lib/libc/sys/t_clock_gettime.c
Revision Date Author Comments
# 04f40d86 14-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Diff reduce with upstream


# ff0ba872 17-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with
their #ifdef equivalents for everything changed in contrib/netbsd-tests. There
are some items from the vendor tree that use #if defined(__FreeBSD__) or
#if defined(__NetBSD__) which are being left alone

Requested by: bde, rpaulo
Sponsored by: EMC / Isilon Storage Division


# bc3c590b 24-Oct-2014 Enji Cooper <ngie@FreeBSD.org>

- Add inttypes.h and stdint.h in lieu of int_limits.h from NetBSD
- Use #include "h_macros.h" instead of relative path analog

Sponsored by: EMC / Isilon Storage Division