Skip to content

Commit d9d38f9

Browse files
authored
Update bsd.h
1 parent 90edd86 commit d9d38f9

File tree

1 file changed

+1
-1
lines changed
  • include/fast_io_driver/install_path

1 file changed

+1
-1
lines changed

include/fast_io_driver/install_path/bsd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inline ::fast_io::install_path get_module_install_path()
2727
char buffer1[PATH_MAX + 1];
2828
char buffer2[PATH_MAX + 1];
2929
char *resolved{};
30-
int length = -1;
30+
// int length = -1;
3131

3232
#if defined(__NetBSD__)
3333
int mib[4]{CTL_KERN, KERN_PROC_ARGS, -1, KERN_PROC_PATHNAME};

0 commit comments

Comments
 (0)