History log of /freebsd-current/contrib/netbsd-tests/lib/libc/gen/t_glob.c
Revision Date Author Comments
# 89964aab 16-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Add GLOB_STAR #ifdef to testcases which require GLOB_STAR support


# caeb04e4 15-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

lib/libc/gen/t_glob.c: diff reduce with NetBSD's copy


# c2546a21 14-Nov-2015 Enji Cooper <ngie@FreeBSD.org>

Fix -Wunused warnings with variables used unlit code by adding appropriate #ifdef
guards around the variables

MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division


# 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


# 8b8647bf 10-Oct-2014 Enji Cooper <ngie@FreeBSD.org>

Port the testcase to FreeBSD

- Make #include path to h_macros.h a non-relative path
- __gl_stat_t is synonymous with struct stat on FreeBSD
- FreeBSD doesn't have _DIRENT_RECLEN
- Skip over glob_star on FreeBSD (testcase doesn't pass)

In collaboration with: pho
Sponsored by: EMC / Isilon Storage Division