Add netbsd support.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@198 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1995-12-02 03:54:35 +00:00
parent abe9e9bf6a
commit 7b18bea025

View File

@@ -39,3 +39,7 @@
*/
#define SIGSYS SIGILL
#endif /* __linux */
#if defined(__NetBSD__)
#define AFS_SYSCALL 210
#endif