Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/24/1997 07:50:02
mikel
Tue Jun 24 00:48:13 PDT 1997
Update of /cvsroot/src/usr.sbin/bad144
In directory netbsd1:/var/slash-tmp/cvs-serv26376/src/usr.sbin/bad144

Modified Files:
	bad144.c 
Log Message:
bring bad144 into at least the 80s:
include <stdlib.h> and <unistd.h> for prototypes, remove old declarations
add prototypes for internal functions
make all implicit int return and argument types explicit, make some void
eliminate 'register'
cast lseek(2) offset arguments to off_t