include necessary headers, improve declarations.

This commit is contained in:
cgd 1994-12-23 16:23:12 +00:00
parent 567049be09
commit 2e1f66b68b

View File

@ -41,6 +41,8 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/param.h>
#include <sys/ioctl.h>
@ -74,7 +76,7 @@ int verbose = 0;
char *configfile;
char *pname;
char *malloc(), *rawdevice(), *rindex();
char *rawdevice __P((char *));
main(argc, argv)
char **argv;