1*21873Sdist/* 2*21873Sdist * Copyright (c) 1983 Regents of the University of California. 3*21873Sdist * All rights reserved. The Berkeley software License Agreement 4*21873Sdist * specifies the terms and conditions for redistribution. 5*21873Sdist */ 69504Smckusick 7*21873Sdist#ifndef lint 8*21873Sdiststatic char sccsid[] = "@(#)setpgrp.s 5.1 (Berkeley) 06/03/85"; 9*21873Sdist#endif not lint 10*21873Sdist 119504Smckusick#include "SYS.h" 129504Smckusick 139504SmckusickSYSCALL(setpgrp) 149504Smckusick ret # setpgrp(pid, pgrp); 15