summaryrefslogtreecommitdiff
path: root/include/net/ppp_defs.h
AgeCommit message (Collapse)Author
13 daysCorrect uClibc compilation.Dmitry Chestnykh
- Include sys/types.h instead of asm/types.h to prevent types conflict for uClibc typedefs and kernel headers typedefs. - Cast 3rd arg of utimensat_time64 syscall to integer type to avoid compiler's -Wint-conversion error. The error was found during uClibc compilation for mips32. Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
2001-01-16linux 2.0.x kernels have broken header files. It is silly to be soEric Andersen
tightly coupled to kernel headers (since the 2.2 ones work with 2.0 as well), so I'm checking in include/net.