summaryrefslogtreecommitdiff
path: root/com32/include/alloca.h
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/include/alloca.hH. Peter Anvin2009-05-291-1/+1
| | | | | | | | | Automatically reformat com32/include/alloca.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-241-0/+12
A bunch of glibc header files were bogusly included. We should not depend on having a 32-bit glibc installed, since we don't use it.