summaryrefslogtreecommitdiff
path: root/libinstaller/linux/loop.h
Commit message (Collapse)AuthorAgeFilesLines
* <linux/loop.h>: deal with really ancient Linux kernel headersH. Peter Anvin2010-06-271-0/+6
| | | | | | | RHEL4 had a 2.6.9 kernel, but 2.4.20 Linux kernel headers, so put in a workaround for 2.4 kernel headers. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* libinstaller: include <linux/loop.h>H. Peter Anvin2010-06-271-0/+90
Some versions of glibc have broken versions of <linux/loop.h>, so include our own canned version. Signed-off-by: H. Peter Anvin <hpa@zytor.com>