compat_quotactl.S revision 1.2
11.2Sbouyer/*	$NetBSD: compat_quotactl.S,v 1.2 2011/03/06 17:08:14 bouyer Exp $	*/
21.2Sbouyer
31.2Sbouyer/*-
41.2Sbouyer * Copyright (c) 1999 The NetBSD Foundation, Inc.
51.2Sbouyer * All rights reserved.
61.2Sbouyer *
71.2Sbouyer * This code is derived from software contributed to The NetBSD Foundation
81.2Sbouyer * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
91.2Sbouyer * NASA Ames Research Center.
101.2Sbouyer *
111.2Sbouyer * Redistribution and use in source and binary forms, with or without
121.2Sbouyer * modification, are permitted provided that the following conditions
131.2Sbouyer * are met:
141.2Sbouyer * 1. Redistributions of source code must retain the above copyright
151.2Sbouyer *    notice, this list of conditions and the following disclaimer.
161.2Sbouyer * 2. Redistributions in binary form must reproduce the above copyright
171.2Sbouyer *    notice, this list of conditions and the following disclaimer in the
181.2Sbouyer *    documentation and/or other materials provided with the distribution.
191.2Sbouyer *
201.2Sbouyer * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
211.2Sbouyer * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
221.2Sbouyer * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
231.2Sbouyer * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
241.2Sbouyer * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
251.2Sbouyer * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
261.2Sbouyer * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
271.2Sbouyer * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
281.2Sbouyer * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
291.2Sbouyer * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
301.2Sbouyer * POSSIBILITY OF SUCH DAMAGE.
311.2Sbouyer */
321.2Sbouyer
331.2Sbouyer#include "SYS.h"
341.2Sbouyer
351.2SbouyerWARN_REFERENCES(quotactl, \
361.2Sbouyer    "warning: reference to compatibility quotactl(); include <sys/quota.h> for correct reference")
371.2Sbouyer
381.2SbouyerPSEUDO(quotactl,compat_50_quotactl)
39