[Midnightbsd-cvs] src [10995] trunk/lib/libc/amd64/sys/vfork.S: remove tagging, it blows up
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jun 15 17:06:22 EDT 2018
Revision: 10995
http://svnweb.midnightbsd.org/src/?rev=10995
Author: laffer1
Date: 2018-06-15 17:06:21 -0400 (Fri, 15 Jun 2018)
Log Message:
-----------
remove tagging, it blows up
Modified Paths:
--------------
trunk/lib/libc/amd64/sys/vfork.S
Modified: trunk/lib/libc/amd64/sys/vfork.S
===================================================================
--- trunk/lib/libc/amd64/sys/vfork.S 2018-06-15 20:43:01 UTC (rev 10994)
+++ trunk/lib/libc/amd64/sys/vfork.S 2018-06-15 21:06:21 UTC (rev 10995)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -34,7 +35,6 @@
.asciz "@(#)Ovfork.s 5.1 (Berkeley) 4/23/90"
#endif /* SYSLIBC_SCCS and not lint */
#include <machine/asm.h>
-__MBSDID("$MidnightBSD$");
#include "SYS.h"
More information about the Midnightbsd-cvs
mailing list