xref: /csrg-svn/lib/libc/sys/quotactl.s (revision 22076)
1*22076Sdist/*
2*22076Sdist * Copyright (c) 1980 Regents of the University of California.
3*22076Sdist * All rights reserved.  The Berkeley software License Agreement
4*22076Sdist * specifies the terms and conditions for redistribution.
5*22076Sdist */
613497Ssam
7*22076Sdist#ifndef lint
8*22076Sdiststatic char sccsid[] = "@(#)quotactl.s	5.1 (Berkeley) 06/05/85";
9*22076Sdist#endif not lint
10*22076Sdist
1113497Ssam#include "SYS.h"
1213497Ssam
1313497SsamSYSCALL(quota)
1413497Ssam	ret
15