summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/sys/Ovfork.S
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-01-23 01:30:24 +0000
committerdg <dg@FreeBSD.org>1995-01-23 01:30:24 +0000
commit29cbee93bc9e06890b49fa6bfa2fc390181c50bb (patch)
treea469ff6bb7e51875e8ca365cd6f190ac6fb588d4 /lib/libc/i386/sys/Ovfork.S
parent5fd45395cb009d209b340ac4679e668af8b57355 (diff)
downloadFreeBSD-src-29cbee93bc9e06890b49fa6bfa2fc390181c50bb.zip
FreeBSD-src-29cbee93bc9e06890b49fa6bfa2fc390181c50bb.tar.gz
First round of changes to clean up the RCSID mess in libc:
1) Changed LIB_SCCS and SYSLIB_SCCS to LIB_RCS and SYSLIB_RCS. 2) Changed sccsid[] variables to rcsid[] 3) Moved all RCSID strings into .text 4) Converted all SCCSID's to RCS $Id$'s 5) Added missing $Id$'s after copyright.
Diffstat (limited to 'lib/libc/i386/sys/Ovfork.S')
-rw-r--r--lib/libc/i386/sys/Ovfork.S9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/i386/sys/Ovfork.S b/lib/libc/i386/sys/Ovfork.S
index 181dae5..06e3eb6 100644
--- a/lib/libc/i386/sys/Ovfork.S
+++ b/lib/libc/i386/sys/Ovfork.S
@@ -33,12 +33,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: Ovfork.S,v 1.3 1994/02/21 05:19:08 rgrimes Exp $
+ * $Id: Ovfork.S,v 1.1 1994/08/05 01:18:38 wollman Exp $
*/
-#if defined(SYSLIBC_SCCS) && !defined(lint)
- .asciz "@(#)Ovfork.s 5.1 (Berkeley) 4/23/90"
-#endif /* SYSLIBC_SCCS and not lint */
+#if defined(SYSLIBC_RCS) && !defined(lint)
+ .text
+ .asciz "$Id$"
+#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"
OpenPOWER on IntegriCloud