~ubuntu-branches/ubuntu/karmic/conntrack/karmic

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Manny Vindiola
  • Date: 2008-11-21 18:36:33 UTC
  • mfrom: (3.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081121183633-p3wykrljs6y0aw7g
Tags: 1:0.9.7-1.1ubuntu1
* Merge from debian unstable (LP: 256380), remaining changes:
  + #include <limits.h> in {main,ignore_pool}.c to get PATH_MAX and INT_MAX
  + local.c: Fix insecure printf usage
  + debian/rules: 
    -undef _FORTIFY_SOURCE so that it doesn't fail about ignored chdir()
    return value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <string.h>
27
27
#include <stdlib.h>
28
28
#include <unistd.h>
 
29
#include <limits.h>
29
30
 
30
31
struct ct_general_state st;
31
32
union ct_state state;