diff options
| author | 2003-06-11 23:42:12 +0000 | |
|---|---|---|
| committer | 2003-06-11 23:42:12 +0000 | |
| commit | 28416801cb5e430679f26d39e520dd1dbc51ea61 (patch) | |
| tree | 8a0a4da7d4a929c7ddd3f5cab5227318e15045b5 /bin/expr/expr.c | |
| parent | some ansification, some de-register (diff) | |
| download | wireguard-openbsd-28416801cb5e430679f26d39e520dd1dbc51ea61.tar.xz wireguard-openbsd-28416801cb5e430679f26d39e520dd1dbc51ea61.zip | |
ansification, art ok
Diffstat (limited to 'bin/expr/expr.c')
| -rw-r--r-- | bin/expr/expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/expr/expr.c b/bin/expr/expr.c index 27f67653a34..83bf979c3c9 100644 --- a/bin/expr/expr.c +++ b/bin/expr/expr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: expr.c,v 1.14 2003/05/14 01:15:01 jsyn Exp $ */ +/* $OpenBSD: expr.c,v 1.15 2003/06/11 23:42:12 deraadt Exp $ */ /* $NetBSD: expr.c,v 1.3.6.1 1996/06/04 20:41:47 cgd Exp $ */ /* @@ -224,7 +224,7 @@ nexttoken(int pat) } __dead void -error() +error(void) { errx(2, "syntax error"); /* NOTREACHED */ |
