]> arthur.barton.de Git - netatalk.git/commitdiff
fix for linux compile by Sam Noble <ns@shadow.org>
authorrufustfirefly <rufustfirefly>
Fri, 1 Jun 2001 13:59:45 +0000 (13:59 +0000)
committerrufustfirefly <rufustfirefly>
Fri, 1 Jun 2001 13:59:45 +0000 (13:59 +0000)
ChangeLog
etc/afpd/quota.c

index a875f4c8fd9c991a01a5987e69e7ea8f5c72466b..bd0c8f12f8d8b15100b589f9936a60773d541d42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-($Id: ChangeLog,v 1.39 2001-05-25 16:18:08 rufustfirefly Exp $)
+($Id: ChangeLog,v 1.40 2001-06-01 13:59:45 rufustfirefly Exp $)
+
+2001-06-01  jeff b  <jeff@univrel.pr.uconn.edu>
+       * etc/afpd/quota.c: fix for Linux compile by Sam Noble
+       <ns@shadow.org>
 
 2001-05-25  jeff b  <jeff@univrel.pr.uconn.edu>
        * etc/uams/uams_passwd.c: another Tru64 fix from Burkhard
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 )