From 74b596d2aeff041b695e9fc1184a3762e2c6786a Mon Sep 17 00:00:00 2001 From: sef Date: Sat, 3 Oct 1998 18:02:03 +0000 Subject: Make it compile -Wall cleanly. Submitted by: Alex Nash --- usr.bin/truss/alpha-fbsd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin/truss') diff --git a/usr.bin/truss/alpha-fbsd.c b/usr.bin/truss/alpha-fbsd.c index ca573ff..09f7394 100644 --- a/usr.bin/truss/alpha-fbsd.c +++ b/usr.bin/truss/alpha-fbsd.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: alpha-fbsd.c,v 1.1 1998/10/03 00:43:05 sef Exp $"; #endif /* not lint */ /* @@ -44,6 +44,7 @@ static const char rcsid[] = * This file is almost nothing more than a slightly-edited i386-fbsd.c. */ +#include #include #include #include @@ -112,7 +113,7 @@ clear_fsc() { void alpha_syscall_entry(int pid, int nargs) { char buf[32]; - struct reg regs = { 0 }; + struct reg regs = { { 0 } }; int syscall; int i; unsigned int parm_offset; -- cgit v1.1