1*21877Sdist/* 2*21877Sdist * Copyright (c) 1983 Regents of the University of California. 3*21877Sdist * All rights reserved. The Berkeley software License Agreement 4*21877Sdist * specifies the terms and conditions for redistribution. 5*21877Sdist */ 69507Smckusick 7*21877Sdist#ifndef lint 8*21877Sdiststatic char sccsid[] = "@(#)setreuid.s 5.1 (Berkeley) 06/03/85"; 9*21877Sdist#endif not lint 10*21877Sdist 119507Smckusick#include "SYS.h" 129507Smckusick 139507SmckusickSYSCALL(setreuid) 149507Smckusick ret # setreuid(ruid, euid) 15