1*063f96f3Sbouyer/* $NetBSD: compat_quotactl.S,v 1.2 2011/03/06 17:08:15 bouyer Exp $ */ 2*063f96f3Sbouyer 3*063f96f3Sbouyer/*- 4*063f96f3Sbouyer * Copyright (c) 1999 The NetBSD Foundation, Inc. 5*063f96f3Sbouyer * All rights reserved. 6*063f96f3Sbouyer * 7*063f96f3Sbouyer * This code is derived from software contributed to The NetBSD Foundation 8*063f96f3Sbouyer * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, 9*063f96f3Sbouyer * NASA Ames Research Center. 10*063f96f3Sbouyer * 11*063f96f3Sbouyer * Redistribution and use in source and binary forms, with or without 12*063f96f3Sbouyer * modification, are permitted provided that the following conditions 13*063f96f3Sbouyer * are met: 14*063f96f3Sbouyer * 1. Redistributions of source code must retain the above copyright 15*063f96f3Sbouyer * notice, this list of conditions and the following disclaimer. 16*063f96f3Sbouyer * 2. Redistributions in binary form must reproduce the above copyright 17*063f96f3Sbouyer * notice, this list of conditions and the following disclaimer in the 18*063f96f3Sbouyer * documentation and/or other materials provided with the distribution. 19*063f96f3Sbouyer * 20*063f96f3Sbouyer * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 21*063f96f3Sbouyer * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22*063f96f3Sbouyer * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23*063f96f3Sbouyer * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 24*063f96f3Sbouyer * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25*063f96f3Sbouyer * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26*063f96f3Sbouyer * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27*063f96f3Sbouyer * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28*063f96f3Sbouyer * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29*063f96f3Sbouyer * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30*063f96f3Sbouyer * POSSIBILITY OF SUCH DAMAGE. 31*063f96f3Sbouyer */ 32*063f96f3Sbouyer 33*063f96f3Sbouyer#include "SYS.h" 34*063f96f3Sbouyer 35*063f96f3SbouyerWARN_REFERENCES(quotactl, \ 36*063f96f3Sbouyer "warning: reference to compatibility quotactl(); include <sys/quota.h> for correct reference") 37*063f96f3Sbouyer 38*063f96f3SbouyerPSEUDO(quotactl,compat_50_quotactl) 39