fixed the under development line
[unix-history] / usr / src / lib / libc / sys / setsid.s
index b13a141..212dafc 100644 (file)
  */
 
 #if defined(SYSLIBC_SCCS) && !defined(lint)
  */
 
 #if defined(SYSLIBC_SCCS) && !defined(lint)
-       .asciz "@(#)setsid.s    5.1 (Berkeley) %G%"
+       .asciz "@(#)setsid.s    5.2 (Berkeley) %G%"
 #endif /* SYSLIBC_SCCS and not lint */
 
 #include "SYS.h"
 
 SYSCALL(setsid)
 #endif /* SYSLIBC_SCCS and not lint */
 
 #include "SYS.h"
 
 SYSCALL(setsid)
-       ret             #
+       ret             /* sid = setsid(); */