From 399be9103d43581909e3446b7dd3bffc8887a856 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Tue, 18 Feb 1997 05:02:08 +0000
Subject: [PATCH] No setquota on linux.

---
 lisp/undefineds.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/undefineds.h b/lisp/undefineds.h
index 1d1d0db0c..6ef352e58 100644
--- a/lisp/undefineds.h
+++ b/lisp/undefineds.h
@@ -1,5 +1,5 @@
 /* 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.11 1997/02/18 01:22:20 dtc Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.12 1997/02/18 05:02:08 dtc Exp $ */
 
 /* Pick up all the syscalls. */
 accept,
@@ -110,7 +110,7 @@ setpgrp,
 #if !defined(SVR4) ||  defined(SOLARIS25)
 setpriority,
 #endif
-#if !defined(mach) && !defined(SOLARIS) && !defined(__FreeBSD__)
+#if !defined(mach) && !defined(SOLARIS) && !defined(__FreeBSD__) && !defined(__linux__)
 setquota,
 #endif
 #if !defined(hpux) && !defined(SVR4) ||  defined(SOLARIS25)
-- 
GitLab