~ubuntu-branches/ubuntu/hardy/dbacl/hardy

« back to all changes in this revision

Viewing changes to src/icheck.c

  • Committer: Bazaar Package Importer
  • Author(s): Zak B. Elep
  • Date: 2006-03-26 22:35:35 UTC
  • mto: (2.1.1 etch) (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060326223535-icwiulpkzesds4mq
ImportĀ upstreamĀ versionĀ 1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "config.h"
23
23
#endif
24
24
 
 
25
#include <stdlib.h>
 
26
#include <math.h>
 
27
 
25
28
#include "util.h"
26
29
#include "dbacl.h" /* make sure this is last */
27
30
 
28
 
#include <stdlib.h>
29
 
#include <math.h>
30
 
 
31
31
extern options_t u_options;
32
32
extern options_t m_options;
33
33