1*36851Skfall/* 2*36851Skfall * Copyright (c) 1989 Regents of the University of California. 3*36851Skfall * All rights reserved. 4*36851Skfall * 5*36851Skfall * Redistribution and use in source and binary forms are permitted 6*36851Skfall * provided that the above copyright notice and this paragraph are 7*36851Skfall * duplicated in all such forms and that any documentation, 8*36851Skfall * advertising materials, and other materials related to such 9*36851Skfall * distribution and use acknowledge that the software was developed 10*36851Skfall * by the University of California, Berkeley. The name of the 11*36851Skfall * University may not be used to endorse or promote products derived 12*36851Skfall * from this software without specific prior written permission. 13*36851Skfall * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 14*36851Skfall * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 15*36851Skfall * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 16*36851Skfall */ 17*36851Skfall 18*36851Skfall#if defined(SYSLIBC_SCCS) && !defined(lint) 19*36851Skfall .asciz "@(#)setlogin.s 5.1 (Berkeley) 02/21/89" 20*36851Skfall#endif /* SYSLIBC_SCCS and not lint */ 21*36851Skfall 22*36851Skfall#include "SYS.h" 23*36851Skfall 24*36851SkfallSYSCALL(setlogname) 25*36851Skfall ret # setlogname(name, len) 26