~ubuntu-branches/ubuntu/quantal/xtables-addons/quantal

« back to all changes in this revision

Viewing changes to extensions/libxt_quota2.c

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2011-01-13 14:21:34 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110113142134-l7au0iehf1q1wq7k
Tags: 1.32-1
* Imported Upstream version 1.32 (Closes: #593521)
  - Build on recent kernels (Closes: #590140)
* Add temporary hack to fix configure with --without-kbuild flag
* Fix clean target

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#include <string.h>
16
16
#include <xtables.h>
17
17
#include "xt_quota2.h"
 
18
#include "compat_user.h"
18
19
 
19
20
enum {
20
21
        FL_QUOTA     = 1 << 0,