summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/var.c
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 19:59:59 +0000
committerjb <jb@FreeBSD.org>1998-02-20 19:59:59 +0000
commitf9a4fc0fbcb4689814345962cc8cb6544acffa21 (patch)
treedea0f4706ff3a45ce15890870fbe40e719780f38 /usr.bin/window/var.c
parent10057ded6eae89d55ee6cbc3617e3560d8ce79a4 (diff)
downloadFreeBSD-src-f9a4fc0fbcb4689814345962cc8cb6544acffa21.zip
FreeBSD-src-f9a4fc0fbcb4689814345962cc8cb6544acffa21.tar.gz
Change a (defaulted) int arg to a long so that a cast from a pointer
doesn't throw anything away. I don't want to re-code the app, just port it!
Diffstat (limited to 'usr.bin/window/var.c')
-rw-r--r--usr.bin/window/var.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c
index 638dc95..1deb402 100644
--- a/usr.bin/window/var.c
+++ b/usr.bin/window/var.c
@@ -147,6 +147,7 @@ register char *name;
var_walk1(r, func, a)
register struct var *r;
int (*func)();
+long a;
{
if (r == 0)
return 0;
OpenPOWER on IntegriCloud