diff options
author | Moritz Jodeit <moritz@cvs.openbsd.org> | 2006-10-25 20:55:05 +0000 |
---|---|---|
committer | Moritz Jodeit <moritz@cvs.openbsd.org> | 2006-10-25 20:55:05 +0000 |
commit | 90627a04ab9db4050183bc7e954ac5e7af711881 (patch) | |
tree | ab081949d4bdfc47ad666e5a304cbd9f7abbe55a /sbin | |
parent | 31a4633b06f52aca99b723a43a3f6abbab92593d (diff) |
Remove some unneeded externs. OK canacar@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pflogd/privsep.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/pflogd/privsep.c b/sbin/pflogd/privsep.c index f1272eb4b33..1139cb40f96 100644 --- a/sbin/pflogd/privsep.c +++ b/sbin/pflogd/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.15 2006/03/06 10:45:56 djm Exp $ */ +/* $OpenBSD: privsep.c,v 1.16 2006/10/25 20:55:04 moritz Exp $ */ /* * Copyright (c) 2003 Can Erkin Acar @@ -58,9 +58,6 @@ static void must_write(int, void *, size_t); static int set_snaplen(int snap); static int move_log(const char *name); -/* bpf filter expression common to parent and child */ -extern char *filter; -extern char *errbuf; extern char *filename; extern pcap_t *hpcap; |