xref: /csrg-svn/lib/libc/tahoe/sys/mount.s (revision 29473)
1*29473Ssam/*
2*29473Ssam * Copyright (c) 1983 Regents of the University of California.
3*29473Ssam * All rights reserved.  The Berkeley software License Agreement
4*29473Ssam * specifies the terms and conditions for redistribution.
5*29473Ssam */
6*29473Ssam
7*29473Ssam#ifdef SYSLIBC_SCCS
8*29473Ssam_sccsid:.asciz	"@(#)mount.s	5.1 (Berkeley) 07/02/86"
9*29473Ssam#endif SYSLIBC_SCCS
10*29473Ssam
11*29473Ssam#include "SYS.h"
12*29473Ssam
13*29473SsamSYSCALL(mount)
14*29473Ssam	clrl	r0
15*29473Ssam	ret
16