need <sys/time.h>
This commit is contained in:
parent
6275189adf
commit
4417e58658
@ -42,7 +42,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)clri.c 5.3 (Berkeley) 6/29/91";*/
|
||||
static char rcsid[] = "$Id: clri.c,v 1.4 1993/08/01 18:28:09 mycroft Exp $";
|
||||
static char rcsid[] = "$Id: clri.c,v 1.5 1994/04/25 18:21:13 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -50,6 +50,7 @@ static char rcsid[] = "$Id: clri.c,v 1.4 1993/08/01 18:28:09 mycroft Exp $";
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/time.h>
|
||||
#include <ufs/quota.h>
|
||||
#include <ufs/inode.h>
|
||||
#include <ufs/fs.h>
|
||||
|
@ -30,19 +30,21 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: quot.c,v 1.3 1994/04/14 03:26:06 cgd Exp $";
|
||||
static char rcsid[] = "$Id: quot.c,v 1.4 1994/04/25 18:17:04 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/time.h>
|
||||
#include <ufs/fs.h>
|
||||
#include <ufs/quota.h>
|
||||
#include <ufs/inode.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <pwd.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#include <ufs/fs.h>
|
||||
#include <ufs/quota.h>
|
||||
#include <ufs/inode.h>
|
||||
|
||||
/* some flags of what to do: */
|
||||
static char estimate;
|
||||
|
Loading…
Reference in New Issue
Block a user