aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/sys/vfork.S
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-23 02:10:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-23 02:10:28 +0000
commit0f4f02856de830ee021e8e9c63883ba7ea0d6497 (patch)
tree8521247bfca41e2a89f521f79bf401f2301ab01c /lib/libc/amd64/sys/vfork.S
parent439a4003abff6ed8e74a68ee85c809d506769d5b (diff)
downloadsrc-0f4f02856de830ee021e8e9c63883ba7ea0d6497.tar.gz
src-0f4f02856de830ee021e8e9c63883ba7ea0d6497.zip
Restore CSRG ID's lost in January 1995.
Notes
Notes: svn path=/head/; revision=92999
Diffstat (limited to 'lib/libc/amd64/sys/vfork.S')
-rw-r--r--lib/libc/amd64/sys/vfork.S9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/amd64/sys/vfork.S b/lib/libc/amd64/sys/vfork.S
index 4c3c47f16619..20ece5e470ec 100644
--- a/lib/libc/amd64/sys/vfork.S
+++ b/lib/libc/amd64/sys/vfork.S
@@ -34,10 +34,11 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_RCS) && !defined(lint)
- .text
- .asciz "$FreeBSD$"
-#endif /* SYSLIBC_RCS and not lint */
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+ .asciz "@(#)Ovfork.s 5.1 (Berkeley) 4/23/90"
+#endif /* SYSLIBC_SCCS and not lint */
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
#include "SYS.h"