From 78a23a4d5ab27c8af26c0e232c099a0c16907649 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:11:55 +0200 Subject: 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 --- astraceroute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astraceroute.c') 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, -- cgit v1.2.3-54-g00ecf /'>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kernel/audit.c70
1 files changed, 35 insertions, 35 deletions
diff --git a/kernel/audit.c b/kernel/audit.c