summaryrefslogtreecommitdiff
path: root/rquota_svc.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2010-01-05 16:04:57 +0000
committerjkar8572 <jkar8572>2010-01-05 16:04:57 +0000
commitd271d0a329a5b3e99f4ad209b5270a8648739ff0 (patch)
treebb40ea2801530ab7865737cdb77b60335d48aa5c /rquota_svc.c
parent077c4c5cd183f46e89f6cb5b1269019235bb9b8a (diff)
* Rewritten configuration script to create config.h (Jan Kara)
* Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara)
Diffstat (limited to 'rquota_svc.c')
-rw-r--r--rquota_svc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/rquota_svc.c b/rquota_svc.c
index e5cd8e1..c0f7efe 100644
--- a/rquota_svc.c
+++ b/rquota_svc.c
@@ -12,7 +12,7 @@
* changes for new utilities by Jan Kara <jack@suse.cz>
* patches by Jani Jaakkola <jjaakkol@cs.helsinki.fi>
*
- * Version: $Id: rquota_svc.c,v 1.21 2009/04/28 15:36:22 jkar8572 Exp $
+ * Version: $Id: rquota_svc.c,v 1.22 2010/01/05 16:04:57 jkar8572 Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -20,6 +20,8 @@
* the License, or (at your option) any later version.
*/
+#include "config.h"
+
#include <rpc/rpc.h>
#include <sys/socket.h>
#include <netinet/in.h>