diff options
Diffstat (limited to 'lib/libspl/os/freebsd/getmntany.c')
-rw-r--r-- | lib/libspl/os/freebsd/getmntany.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libspl/os/freebsd/getmntany.c b/lib/libspl/os/freebsd/getmntany.c index b41e763cee43..0ef24059e84f 100644 --- a/lib/libspl/os/freebsd/getmntany.c +++ b/lib/libspl/os/freebsd/getmntany.c @@ -37,10 +37,6 @@ #include <sys/stat.h> #include <unistd.h> -#define BUFSIZE (MNT_LINE_MAX + 2) - -__thread char buf[BUFSIZE]; - int getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf) { |