don't use hash marks for comments
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 May 1990 07:58:03 +0000 (23:58 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 May 1990 07:58:03 +0000 (23:58 -0800)
SCCS-vsn: lib/libc/vax/sys/setlogin.s 5.3

usr/src/lib/libc/vax/sys/setlogin.s

index 119cf4e..ce93e76 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #if defined(SYSLIBC_SCCS) && !defined(lint)
  */
 
 #if defined(SYSLIBC_SCCS) && !defined(lint)
-       .asciz "@(#)setlogin.s  5.2 (Berkeley) %G%"
+       .asciz "@(#)setlogin.s  5.3 (Berkeley) %G%"
 #endif /* SYSLIBC_SCCS and not lint */
 
 #include "SYS.h"
 #endif /* SYSLIBC_SCCS and not lint */
 
 #include "SYS.h"
@@ -25,4 +25,4 @@
 
 SYSCALL(setlogin)
        movl    $0,__logname_valid
 
 SYSCALL(setlogin)
        movl    $0,__logname_valid
-       ret                             # setlogin(name)
+       ret                     /* setlogin(name); */