mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
218 B
C
11 lines
218 B
C
--- src/mem/align.h.orig 2016-10-31 10:10:23 UTC
|
|
+++ src/mem/align.h
|
|
@@ -30,7 +30,7 @@ union max_align
|
|
void (*q)(void);
|
|
};
|
|
|
|
-typedef union max_align max_align_t;
|
|
+typedef union max_align h_max_align_t;
|
|
|
|
#endif
|
|
|