From 93b9f50404f9ef0fc00a5ed39ebe09b7cf4086bb Mon Sep 17 00:00:00 2001 From: Xin LI Date: Wed, 16 Jan 2008 19:27:43 +0000 Subject: ANSIfy and remove register. Resulting binary verified with strip(1)+md5(1). --- usr.bin/systat/ip6.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/systat/ip6.c') diff --git a/usr.bin/systat/ip6.c b/usr.bin/systat/ip6.c index 6c7a1b9c7e0f5..bc3f52188e31f 100644 --- a/usr.bin/systat/ip6.c +++ b/usr.bin/systat/ip6.c @@ -98,8 +98,7 @@ openip6(void) } void -closeip6(w) - WINDOW *w; +closeip6(WINDOW *w) { if (w == NULL) return; -- cgit v1.3