summaryrefslogtreecommitdiff
path: root/astraceroute.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:11:55 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:11:55 +0200
commit78a23a4d5ab27c8af26c0e232c099a0c16907649 (patch)
tree7abfec64bdb1c639faca541512e95b6f3bfa9aad /astraceroute.c
parent22e4551cb007312ef808669aa70cad10a7657136 (diff)
xio: add ioexact operations
Break this out so that we only need to have sigint non-static where it is really needed. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'astraceroute.c')
-rw-r--r--astraceroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/astraceroute.c b/astraceroute.c
index 4b1aada..d526bfa 100644
--- a/astraceroute.c
+++ b/astraceroute.c
@@ -64,7 +64,7 @@ struct proto_ops {
int latitude);
};
-sig_atomic_t sigint = 0;
+static sig_atomic_t sigint = 0;
static int assemble_ipv4(uint8_t *packet, size_t len, int ttl, int proto,
const struct ctx *ctx, const struct sockaddr *dst,