Module Name: src
Committed By: dholland
Date: Wed Feb 1 05:07:08 UTC 2012
Modified Files:
src/usr.sbin/quotactl: quotaprop.h
Log Message:
Remove unwanted decl of the old quotactl syscall.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/quotactl/quotaprop.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/quotactl/quotaprop.h
diff -u src/usr.sbin/quotactl/quotaprop.h:1.1 src/usr.sbin/quotactl/quotaprop.h:1.2
--- src/usr.sbin/quotactl/quotaprop.h:1.1 Mon Jan 30 19:31:31 2012
+++ src/usr.sbin/quotactl/quotaprop.h Wed Feb 1 05:07:08 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: quotaprop.h,v 1.1 2012/01/30 19:31:31 dholland Exp $ */
+/* $NetBSD: quotaprop.h,v 1.2 2012/02/01 05:07:08 dholland Exp $ */
/*-
* Copyright (c) 2010 Manuel Bouyer
* All rights reserved.
@@ -84,10 +84,4 @@ prop_dictionary_t limits64toprop(uint64_
prop_dictionary_t quota64toprop(uid_t, int, uint64_t *[], const char *[], int,
const char *[], int);
-#if !defined(_KERNEL) && !defined(_STANDALONE)
-__BEGIN_DECLS
-int quotactl(const char *, struct plistref *) __RENAME(__quotactl50);
-__END_DECLS
-#endif
-
#endif /* _QUOTA_QUOTAPROP_H_ */