git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11530 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-10-29 10:32:44 +00:00
parent 365c472f26
commit 5158baef17

View File

@@ -160,7 +160,7 @@ k_pioctl(char *a_path,
errno = ENOSYS;
#ifdef SIGSYS
kill(getpid(), SIGSYS); /* You loose! */
kill(getpid(), SIGSYS); /* You lose! */
#endif
#endif /* NO_AFS */
return -1;
@@ -208,7 +208,7 @@ k_setpag(void)
errno = ENOSYS;
#ifdef SIGSYS
kill(getpid(), SIGSYS); /* You loose! */
kill(getpid(), SIGSYS); /* You lose! */
#endif
#endif /* NO_AFS */
return -1;