diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2024-03-16 01:50:21 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2024-03-16 01:50:21 +0000 |
| commit | 75464941dc17876af2e99ea90c687bd7df873d73 (patch) | |
| tree | b13111bafa64892172a365f620b91826f5c85d18 /usr.sbin/kldxref/kldxref.c | |
| parent | d8c84215d7675b7940412122b6d7026bd193c9b5 (diff) | |
Diffstat (limited to 'usr.sbin/kldxref/kldxref.c')
| -rw-r--r-- | usr.sbin/kldxref/kldxref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/kldxref/kldxref.c b/usr.sbin/kldxref/kldxref.c index 969d07e5677a..8f3d24718211 100644 --- a/usr.sbin/kldxref/kldxref.c +++ b/usr.sbin/kldxref/kldxref.c @@ -745,7 +745,7 @@ usage(void) } static int -#ifdef __GLIBC__ +#if defined(__GLIBC__) || defined(__APPLE__) compare(const FTSENT **a, const FTSENT **b) #else compare(const FTSENT *const *a, const FTSENT *const *b) |
