Skip to content
Snippets Groups Projects
Commit 19a59d74 authored by pw's avatar pw
Browse files

Alpha/osf1 doesn't have setquota either.

parent dbaa8669
No related branches found
No related tags found
No related merge requests found
/* Routines that must be linked into the core for lisp to work. */ /* Routines that must be linked into the core for lisp to work. */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.15 1997/04/18 21:32:45 dtc Exp $ */ /* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.16 1997/04/19 15:25:48 pw Exp $ */
/* Pick up all the syscalls. */ /* Pick up all the syscalls. */
accept, accept,
...@@ -110,7 +110,7 @@ setpgrp, ...@@ -110,7 +110,7 @@ setpgrp,
#if !defined(SVR4) || defined(SOLARIS25) #if !defined(SVR4) || defined(SOLARIS25)
setpriority, setpriority,
#endif #endif
#if !defined(mach) && !defined(SOLARIS) && !defined(__FreeBSD__) && !defined(__linux__) && !defined(SUNOS) #if !defined(mach) && !defined(SOLARIS) && !defined(__FreeBSD__) && !defined(__linux__) && !defined(SUNOS) && !defined(osf1)
setquota, setquota,
#endif #endif
#if !defined(hpux) && !defined(SVR4) || defined(SOLARIS25) #if !defined(hpux) && !defined(SVR4) || defined(SOLARIS25)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment