diff options
| author | Michael Forney <mforney@mforney.org> | 2023-01-17 13:13:36 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2023-01-17 13:16:50 -0800 |
| commit | a71f3be4f5d4ff078ff5674d6e5ab23faa56203f (patch) | |
| tree | 949319a2410f3fbba515f77b4b3c1224578a48d4 /pkg/util-linux | |
| parent | 7afbf39d74e9a2d69d3b86966264eba022a6b5f9 (diff) | |
util-linux: Update config.h for current musl and linux-headers
Diffstat (limited to 'pkg/util-linux')
| -rw-r--r-- | pkg/util-linux/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/util-linux/config.h b/pkg/util-linux/config.h index 38230be5..30b29057 100644 --- a/pkg/util-linux/config.h +++ b/pkg/util-linux/config.h @@ -100,7 +100,7 @@ #define HAVE_LINUX_MAJOR_H 1 #define HAVE_LINUX_NET_NAMESPACE_H 1 #define HAVE_LINUX_NSFS_H 1 -#define HAVE_LINUX_RAW_H 1 +/* #undef HAVE_LINUX_RAW_H */ #define HAVE_LINUX_SECUREBITS_H 1 #define HAVE_LINUX_TIOCL_H 1 #define HAVE_LINUX_VERSION_H 1 @@ -137,7 +137,7 @@ #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 #define HAVE_PTY 1 #define HAVE_PTY_H 1 -/* #undef HAVE_QSORT_R */ +#define HAVE_QSORT_R 1 #define HAVE_REBOOT 1 /* #undef HAVE_RESIZETERM */ /* #undef HAVE_RPMATCH */ |
