diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-06-30 18:17:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-06-30 18:17:11 +0000 |
commit | f4796f4661369972ccb513e5a88d8d84b1dec0e4 (patch) | |
tree | e28cda42667c147892cdb186fa4620fcee884c1b /sys/lib/libz/zutil.h | |
parent | a1cc248fe949625cb503a288359f1fdc7f2805f7 (diff) |
we don't need the NOBYFOUR space-savings option anymore, that codepath
was replaced a while ago.
ok tb
Diffstat (limited to 'sys/lib/libz/zutil.h')
-rw-r--r-- | sys/lib/libz/zutil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/lib/libz/zutil.h b/sys/lib/libz/zutil.h index 583354ed14f..4995480cdea 100644 --- a/sys/lib/libz/zutil.h +++ b/sys/lib/libz/zutil.h @@ -24,7 +24,6 @@ #include <sys/systm.h> #define MY_ZCALLOC -#define NOBYFOUR typedef long ptrdiff_t; #else |