xref: /csrg-svn/lib/libc/sys/mount.s (revision 21850)
1*21850Sdist/*
2*21850Sdist * Copyright (c) 1983 Regents of the University of California.
3*21850Sdist * All rights reserved.  The Berkeley software License Agreement
4*21850Sdist * specifies the terms and conditions for redistribution.
5*21850Sdist */
69483Smckusick
7*21850Sdist#ifndef lint
8*21850Sdiststatic char sccsid[] = "@(#)mount.s	5.1 (Berkeley) 06/03/85";
9*21850Sdist#endif not lint
10*21850Sdist
119483Smckusick#include "SYS.h"
129483Smckusick
139483SmckusickSYSCALL(mount)
149483Smckusick	clrl	r0
159483Smckusick	ret
16