1*21900Sdist/* 2*21900Sdist * Copyright (c) 1983 Regents of the University of California. 3*21900Sdist * All rights reserved. The Berkeley software License Agreement 4*21900Sdist * specifies the terms and conditions for redistribution. 5*21900Sdist */ 69427Smckusick 7*21900Sdist#ifndef lint 8*21900Sdiststatic char sccsid[] = "@(#)vhangup.s 5.1 (Berkeley) 06/03/85"; 9*21900Sdist#endif not lint 10*21900Sdist 119427Smckusick#include "SYS.h" 129427Smckusick 1310006Ssam#define SYS_vhangup 76 149534Smckusick 159427SmckusickSYSCALL(vhangup) 169427Smckusick ret 17