xref: /csrg-svn/lib/libc/sys/unmount.s (revision 21897)
1*21897Sdist/*
2*21897Sdist * Copyright (c) 1983 Regents of the University of California.
3*21897Sdist * All rights reserved.  The Berkeley software License Agreement
4*21897Sdist * specifies the terms and conditions for redistribution.
5*21897Sdist */
69526Smckusick
7*21897Sdist#ifndef lint
8*21897Sdiststatic char sccsid[] = "@(#)unmount.s	5.1 (Berkeley) 06/03/85";
9*21897Sdist#endif not lint
10*21897Sdist
119526Smckusick#include "SYS.h"
129526Smckusick
1312356SsamSYSCALL(umount)
149526Smckusick	ret
15