136851Skfall/* 2*61222Sbostic * Copyright (c) 1983, 1993 3*61222Sbostic * The Regents of the University of California. All rights reserved. 436851Skfall * 542474Sbostic * %sccs.include.redist.c% 636851Skfall */ 736851Skfall 836851Skfall#include "SYS.h" 936851Skfall 1042474Sbostic#if defined(LIBC_SCCS) && !defined(lint) 11*61222Sbostic ASMSTR "@(#)setlogin.s 8.1 (Berkeley) 06/04/93" 1242474Sbostic#endif /* LIBC_SCCS and not lint */ 1342474Sbostic 1438791Skarels.globl __logname_valid /* in getlogin() */ 1538791Skarels 1638791SkarelsSYSCALL(setlogin) 1738791Skarels movl $0,__logname_valid 1841859Sbostic ret /* setlogin(name); */ 19