speling
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11530 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user