1*21427Sdist/* 2*21427Sdist * Copyright (c) 1983 Regents of the University of California. 3*21427Sdist * All rights reserved. The Berkeley software License Agreement 4*21427Sdist * specifies the terms and conditions for redistribution. 5*21427Sdist */ 6*21427Sdist 7*21427Sdist#ifndef lint 8*21427Sdiststatic char sccsid[] = "@(#)insque.s 5.1 (Berkeley) 05/30/85"; 9*21427Sdist#endif not lint 10*21427Sdist 119716Ssam/* insque(new, pred) */ 129716Ssam 139716Ssam#include "DEFS.h" 149716Ssam 1517329SsamENTRY(insque, 0) 169716Ssam insque *4(ap), *8(ap) 179716Ssam ret 18