diff --git a/lib/kafs/afssysdefs.h b/lib/kafs/afssysdefs.h index f49d72749..4dfeefb6c 100644 --- a/lib/kafs/afssysdefs.h +++ b/lib/kafs/afssysdefs.h @@ -30,3 +30,12 @@ #define AFS_SYSCALL 232 #define AFS_SYSCALL2 258 #endif + +#if defined(__linux) +/* Kent Engström 1995-08-22 + Linux has no SIGSYS signal. Furthermore, the normal + kernels have no support for AFS. I'm not sure about + what to do, but for now I use SIGILL instead of SIGSYS. +*/ +#define SIGSYS SIGILL +#endif /* __linux */