aboutsummaryrefslogtreecommitdiff
path: root/bpf_image.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-03-20 12:06:05 -0700
committerGuy Harris <guy@alum.mit.edu>2018-03-20 12:06:05 -0700
commitc910b2858b5963c7f8fc471411f2fa9bb3d93920 (patch)
tree7cd867bd490465b33971d536cb4e71abe8c7dbf2 /bpf_image.c
parent88cce66891ae05672783fb154b2b45456e0b259e (diff)
Don't use old-style function definitions.
Diffstat (limited to 'bpf_image.c')
-rw-r--r--bpf_image.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bpf_image.c b/bpf_image.c
index caaa8ceb..91c1d393 100644
--- a/bpf_image.c
+++ b/bpf_image.c
@@ -35,9 +35,7 @@
#endif
char *
-bpf_image(p, n)
- const struct bpf_insn *p;
- int n;
+bpf_image(const struct bpf_insn *p, int n)
{
int v;
const char *fmt, *op;