Module Name:    src
Committed By:   bouyer
Date:           Sat Mar 12 12:28:47 UTC 2011

Modified Files:
        src/usr.bin/quota: getvfsquota.c

Log Message:
Don't include quotautil.h here, it's not used.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/quota/getvfsquota.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/quota/getvfsquota.c
diff -u src/usr.bin/quota/getvfsquota.c:1.4 src/usr.bin/quota/getvfsquota.c:1.5
--- src/usr.bin/quota/getvfsquota.c:1.4	Sun Mar  6 22:36:07 2011
+++ src/usr.bin/quota/getvfsquota.c	Sat Mar 12 12:28:47 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: getvfsquota.c,v 1.4 2011/03/06 22:36:07 christos Exp $ */
+/*	$NetBSD: getvfsquota.c,v 1.5 2011/03/12 12:28:47 bouyer Exp $ */
 
 /*-
   * Copyright (c) 2011 Manuel Bouyer
@@ -29,7 +29,7 @@
   */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: getvfsquota.c,v 1.4 2011/03/06 22:36:07 christos Exp $");
+__RCSID("$NetBSD: getvfsquota.c,v 1.5 2011/03/12 12:28:47 bouyer Exp $");
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -43,7 +43,6 @@
 #include <sys/quota.h>
 
 #include "getvfsquota.h"
-#include "quotautil.h"
 
 /* retrieve quotas from vfs, for the given user id */
 int

Reply via email to