mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 21:29:14 +00:00
fix typo when defining away tightly_packed when building without -O
spotted by deraadt@ when building with CFLAGS=-fno-common matches upstream commit by Alexei Podtelezhnikov sna: fix typo for --enable-debug=full db2356f5861d4a81d67c00843a15f5624cd21fb5
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
#define must_check
|
#define must_check
|
||||||
#define constant
|
#define constant
|
||||||
#define pure
|
#define pure
|
||||||
#define tighly_packed
|
#define tightly_packed
|
||||||
#define flatten
|
#define flatten
|
||||||
#define page_aligned
|
#define page_aligned
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user