136851Skfall/* 2*42474Sbostic * Copyright (c) 1983 The Regents of the University of California. 336851Skfall * All rights reserved. 436851Skfall * 5*42474Sbostic * %sccs.include.redist.c% 636851Skfall */ 736851Skfall 836851Skfall#include "SYS.h" 936851Skfall 10*42474Sbostic#if defined(LIBC_SCCS) && !defined(lint) 11*42474Sbostic ASMSTR "@(#)setlogin.s 5.4 (Berkeley) 05/30/90" 12*42474Sbostic#endif /* LIBC_SCCS and not lint */ 13*42474Sbostic 1438791Skarels.globl __logname_valid /* in getlogin() */ 1538791Skarels 1638791SkarelsSYSCALL(setlogin) 1738791Skarels movl $0,__logname_valid 1841859Sbostic ret /* setlogin(name); */ 19