add headers for prototypes.
This commit is contained in:
parent
ca58df5133
commit
ab628a707e
|
@ -42,13 +42,14 @@ static char copyright[] =
|
|||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)edquota.c 8.1 (Berkeley) 6/6/93";*/
|
||||
static char *rcsid = "$Id: edquota.c,v 1.6 1994/06/13 21:58:54 mycroft Exp $";
|
||||
static char *rcsid = "$Id: edquota.c,v 1.7 1994/12/23 16:39:28 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
* Disk quota editor.
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/wait.h>
|
||||
|
@ -59,6 +60,7 @@ static char *rcsid = "$Id: edquota.c,v 1.6 1994/06/13 21:58:54 mycroft Exp $";
|
|||
#include <grp.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include "pathnames.h"
|
||||
|
|
|
@ -42,7 +42,7 @@ static char copyright[] =
|
|||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)quotaon.c 8.1 (Berkeley) 6/6/93";*/
|
||||
static char *rcsid = "$Id: quotaon.c,v 1.4 1994/06/13 22:04:14 mycroft Exp $";
|
||||
static char *rcsid = "$Id: quotaon.c,v 1.5 1994/12/23 16:39:33 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -53,6 +53,7 @@ static char *rcsid = "$Id: quotaon.c,v 1.4 1994/06/13 22:04:14 mycroft Exp $";
|
|||
#include <sys/mount.h>
|
||||
#include <ufs/ufs/quota.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <fstab.h>
|
||||
|
||||
char *qfname = QUOTAFILENAME;
|
||||
|
|
|
@ -42,7 +42,7 @@ static char copyright[] =
|
|||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)repquota.c 8.1 (Berkeley) 6/6/93";*/
|
||||
static char *rcsid = "$Id: repquota.c,v 1.5 1994/12/20 11:48:01 cgd Exp $";
|
||||
static char *rcsid = "$Id: repquota.c,v 1.6 1994/12/23 16:39:35 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -56,6 +56,7 @@ static char *rcsid = "$Id: repquota.c,v 1.5 1994/12/20 11:48:01 cgd Exp $";
|
|||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
char *qfname = QUOTAFILENAME;
|
||||
|
|
Loading…
Reference in New Issue