Add copyright
[unix-history] / usr / src / lib / libc / sys / mount.s
CommitLineData
8a40c59e
DF
1/*
2 * Copyright (c) 1983 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 */
6
7#ifndef lint
8static char sccsid[] = "@(#)mount.s 5.1 (Berkeley) %G%";
9#endif not lint
c03f1aa1
KM
10
11#include "SYS.h"
12
13SYSCALL(mount)
14 clrl r0
15 ret