make this compile with -pedantic on Linux 2.2

This commit is contained in:
alecf%netscape.com 1999-10-13 23:58:25 +00:00
Родитель 0874a1268c
Коммит 1161d7d979
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,8 @@
# if defined(LINUX) && !defined(POWERPC)
# include <linux/version.h>
# include <asm/sigcontext.h>
typedef void* caddr_t;
# if (LINUX_VERSION_CODE <= 0x10400)
/* Ugly hack to get struct sigcontext_struct definition. Required */
/* for some early 1.3.X releases. Will hopefully go away soon. */