Add header to prototype exit(3). Fix a style bug.

This commit is contained in:
Mike Barcroft 2002-02-16 09:25:49 +00:00
parent aa7b0c75c5
commit 1a7fa91e8d

View File

@ -47,8 +47,10 @@ static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93";
__FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
static void usage __P((void));