* Another patch for Linux/alpha by Christopher C Chimelis

<chris@classnet.med.miami.edu> (fixes: Bug#17385)
This commit is contained in:
Joey Schulze 1998-01-25 21:06:08 +00:00
parent 1a13ecfda1
commit be8b841a11

View File

@ -55,6 +55,10 @@
* newer than 2.1.18. It was caused by modified structures
* inside the kernel that were included. I have worked in a
* patch from Alessandro Suardi <asuardi@uninetcom.it>.
*
* Sun Jan 25 20:57:34 CET 1998: Martin Schulze <joey@infodrom.north.de>
* Another patch for Linux/alpha by Christopher C Chimelis
* <chris@classnet.med.miami.edu>.
*/
@ -70,7 +74,11 @@
#include <linux/time.h>
#include <linux/module.h>
#else /* __GLIBC__ */
#if !defined(__alpha)
#include <sys/module.h>
#else
#include <linux/module.h>
#endif /* __alpha */
#endif /* __GLIBC__ */
#include <stdarg.h>
#include <paths.h>