]> arthur.barton.de Git - netatalk.git/commitdiff
disable xfs quota code until I get this figured out
authorbfernhomberg <bfernhomberg>
Wed, 24 Sep 2003 09:15:19 +0000 (09:15 +0000)
committerbfernhomberg <bfernhomberg>
Wed, 24 Sep 2003 09:15:19 +0000 (09:15 +0000)
etc/afpd/quota.c

index a29b8322e70982a0ea0112b9f66302be9578a33b..e2e0043a92482aaccba2804cf004977f74050cfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: quota.c,v 1.22.8.1 2003-09-09 18:18:54 bfernhomberg Exp $
+ * $Id: quota.c,v 1.22.8.2 2003-09-24 09:15:19 bfernhomberg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -188,7 +188,7 @@ uid_t euser_id;
 struct dqblk *dp;
 {
        int ret = -1;
-#ifdef HAVE_LINUX_XQM_H
+#ifdef 0
        struct fs_disk_quota D;
        
        memset (&D, 0, sizeof(fs_disk_quota));