diff options
| author | Warner Losh <imp@FreeBSD.org> | 2024-05-26 17:38:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-05-26 17:38:30 +0000 |
| commit | 364c014d9ba052758f32d2e3e1b0c297c64ac730 (patch) | |
| tree | f9afeae0b7cbf01a31710b0a2b055d4a07b56060 /usr.sbin/kldxref/kldxref.c | |
| parent | 9c975a0d90f1ee5259e53bebb48f9d7a5c2dd376 (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 c88769ce1824..122551940ac7 100644 --- a/usr.sbin/kldxref/kldxref.c +++ b/usr.sbin/kldxref/kldxref.c @@ -745,7 +745,7 @@ usage(void) } static int -#if defined(__GLIBC__) || defined(__APPLE__) +#if defined(__linux__) || defined(__APPLE__) compare(const FTSENT **a, const FTSENT **b) #else compare(const FTSENT *const *a, const FTSENT *const *b) |
