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