Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/quotactl Remove unwanted decl of the old quotactl s...



details:   https://anonhg.NetBSD.org/src/rev/330519f7a7da
branches:  trunk
changeset: 773374:330519f7a7da
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Feb 01 05:07:08 2012 +0000

description:
Remove unwanted decl of the old quotactl syscall.

diffstat:

 usr.sbin/quotactl/quotaprop.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (20 lines):

diff -r 2adc05476d28 -r 330519f7a7da usr.sbin/quotactl/quotaprop.h
--- a/usr.sbin/quotactl/quotaprop.h     Wed Feb 01 03:35:14 2012 +0000
+++ b/usr.sbin/quotactl/quotaprop.h     Wed Feb 01 05:07:08 2012 +0000
@@ -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 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_ */



Home | Main Index | Thread Index | Old Index