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