Linux hack but no port!

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@81 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-08-22 14:22:45 +00:00
parent 30199c1c26
commit f5a4d7f1ef

View File

@@ -30,3 +30,12 @@
#define AFS_SYSCALL 232
#define AFS_SYSCALL2 258
#endif
#if defined(__linux)
/* Kent Engstr<74>m <kent@lysator.liu.se> 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 */