don't use hash mark for comments.
[unix-history] / usr / src / lib / libc / sys / getpid.s
index a857471..d6a2a16 100644 (file)
  */
 
 #if defined(SYSLIBC_SCCS) && !defined(lint)
  */
 
 #if defined(SYSLIBC_SCCS) && !defined(lint)
-       .asciz "@(#)getpid.s    5.5 (Berkeley) %G%"
+       .asciz "@(#)getpid.s    5.6 (Berkeley) %G%"
 #endif /* SYSLIBC_SCCS and not lint */
 
 #include "SYS.h"
 
 SYSCALL(getpid)
 #endif /* SYSLIBC_SCCS and not lint */
 
 #include "SYS.h"
 
 SYSCALL(getpid)
-       ret             # pid = getpid();
+       ret             /* pid = getpid(); */