summaryrefslogtreecommitdiff
path: root/lib/libc/arch/i386/sys/fork.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arch/i386/sys/fork.S')
-rw-r--r--lib/libc/arch/i386/sys/fork.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/arch/i386/sys/fork.S b/lib/libc/arch/i386/sys/fork.S
index 846cae19390..e8850dd5b5c 100644
--- a/lib/libc/arch/i386/sys/fork.S
+++ b/lib/libc/arch/i386/sys/fork.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: fork.S,v 1.4 2005/08/07 11:30:38 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -32,11 +33,6 @@
#include "SYS.h"
-#if defined(SYSLIBC_SCCS)
- .text
- .asciz "$OpenBSD: fork.S,v 1.3 2003/06/02 20:18:30 millert Exp $"
-#endif /* SYSLIB_SCCS */
-
SYSCALL(fork)
decl %edx /* from 1 to 0 in child, 0 to -1 in parent */
andl %edx,%eax