diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-01-25 20:15:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-01-25 20:15:24 +0000 |
commit | a57c3bc25765eed509c8b8c9b08607f7c09c9c17 (patch) | |
tree | 9d1768d0e478ba0688effd67a4ec28b6fa138391 /sys/arch/hppa/stand | |
parent | fbc895c61cffb41a68d70d1caa4d429d4d0f72f8 (diff) |
shut up gcc
Diffstat (limited to 'sys/arch/hppa/stand')
-rw-r--r-- | sys/arch/hppa/stand/libsa/lif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/libsa/lif.c b/sys/arch/hppa/stand/libsa/lif.c index ac6aa462a7a..6a7f2d0e347 100644 --- a/sys/arch/hppa/stand/libsa/lif.c +++ b/sys/arch/hppa/stand/libsa/lif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lif.c,v 1.2 1998/09/29 07:17:00 mickey Exp $ */ +/* $OpenBSD: lif.c,v 1.3 1999/01/25 20:15:23 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -58,7 +58,7 @@ lif_open (path, f) { register struct file *fp; register struct lifdir *dp; - register char *p, *q; + register char *p = NULL, *q = NULL; /* XXX shut up gcc */ struct load load; int err, buf_size, l; |