]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/quota.c
fix for linux compile by Sam Noble <ns@shadow.org>
[netatalk.git] / etc / afpd / quota.c
index d05c033b96b64360816722db9b5855cf5d948f99..c06a2130f9c87996dd22e2747b33d1ac38242b30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: quota.c,v 1.6 2001-05-22 19:13:36 rufustfirefly Exp $
+ * $Id: quota.c,v 1.7 2001-06-01 13:59:46 rufustfirefly Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -105,7 +105,7 @@ special( file, nfs )
 }
 
 #else /* ultrix */
-#if defined(HAVE_SYS_MOUNT_H) || defined(BSD4_4) || defined(_IBMR2)
+#if (defined(HAVE_SYS_MOUNT_H) && !defined(__linux__)) || defined(BSD4_4) || defined(_IBMR2)
 
 static char *
 special( file, nfs )