diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-06-24 13:16:45 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-06-24 14:14:25 +0000 |
| commit | 0976744085bcd7ebda9779b02d78a85254b3e352 (patch) | |
| tree | 7adb1aade861dc04e60432083be96c2ae1bf03ff | |
| parent | 7e7f8b2c66410bcc6408482be73bd9c059e2bbe2 (diff) | |
| -rw-r--r-- | lib/libnetbsd/sys/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libnetbsd/sys/types.h b/lib/libnetbsd/sys/types.h index 97040b5cdec2..5176371d898f 100644 --- a/lib/libnetbsd/sys/types.h +++ b/lib/libnetbsd/sys/types.h @@ -31,6 +31,6 @@ #include_next <sys/types.h> -#include <sys/param.h> /* For NBBY */ +#define NBBY 8 #endif |
