Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/quota Don't include quotautil.h here, it's not used.
details: https://anonhg.NetBSD.org/src/rev/ea0e91aa80cf
branches: trunk
changeset: 763185:ea0e91aa80cf
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Mar 12 12:28:47 2011 +0000
description:
Don't include quotautil.h here, it's not used.
diffstat:
usr.bin/quota/getvfsquota.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 0163ecfdc60a -r ea0e91aa80cf usr.bin/quota/getvfsquota.c
--- a/usr.bin/quota/getvfsquota.c Sat Mar 12 12:15:46 2011 +0000
+++ b/usr.bin/quota/getvfsquota.c Sat Mar 12 12:28:47 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index