CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/01/16 09:25:50
Modified files: usr.sbin/config: hash.c Log message: More evil bootstrap code. #ifndef ALIGNBYTES #define ALIGNBYTES 3. Which makes this code go all wrong depending on where a system has put their things like ALIGNBYTES. Delete with prejudice. When someone needs to compile this in another environment, they need to face this hurdle, and maybe change the embedded memory allocator...