]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/compat/rquota_xdr.c
Merge remote branch 'netafp/master' into branch-allea
[netatalk.git] / libatalk / compat / rquota_xdr.c
index f06da23eb205a8d9b73f96bf3f02b28c282033a9..15e1ff3de028070d7d440fcf97ab3040de88747a 100644 (file)
@@ -1,4 +1,7 @@
-/* taken from the quota-1.55 used on linux. here's the bsd copyright:
+/*
+ * $Id: rquota_xdr.c,v 1.4 2003-02-17 01:51:08 srittau Exp $
+ *
+ * taken from the quota-1.55 used on linux. here's the bsd copyright:
  *
  * Copyright (c) 1980, 1990 Regents of the University of California. All
  * rights reserved.
@@ -7,9 +10,11 @@
  * The University of Melbourne.
  */
 
-#include <stdio.h> /* to get __GNU_LIBRARY__ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
 
-static int _xdr_rquota_dummy;
+#include <stdio.h> /* to get __GNU_LIBRARY__ */
 
 /* list of machines that don't have these functions:
        solaris
@@ -18,6 +23,10 @@ static int _xdr_rquota_dummy;
 #if defined(NEED_RQUOTA) || (defined(sun) && defined(__svr4__)) || \
 (defined(__GNU_LIBRARY__) && __GNU_LIBRARY__ < 6)
 
+#ifndef u_int
+#define u_int unsigned
+#endif
+
 #include <rpc/rpc.h>
 #include <rpcsvc/rquota.h>