Skip to content

Commit

Permalink
update for new fs includes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgd committed Jun 13, 1994
1 parent bd306af commit 9ec02f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr.sbin/edquota/edquota.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ char copyright[] =

#ifndef lint
/*static char sccsid[] = "from: @(#)edquota.c 5.15 (Berkeley) 9/27/90";*/
static char rcsid[] = "$Id: edquota.c,v 1.3 1994/03/30 02:28:43 cgd Exp $";
static char rcsid[] = "$Id: edquota.c,v 1.4 1994/06/13 20:49:42 cgd Exp $";
#endif /* not lint */

/*
Expand All @@ -52,7 +52,7 @@ static char rcsid[] = "$Id: edquota.c,v 1.3 1994/03/30 02:28:43 cgd Exp $";
#include <sys/stat.h>
#include <sys/file.h>
#include <sys/wait.h>
#include <ufs/quota.h>
#include <ufs/ufs/quota.h>
#include <errno.h>
#include <fstab.h>
#include <pwd.h>
Expand Down

0 comments on commit 9ec02f0

Please sign in to comment.