New-style RCS ids.

This commit is contained in:
thorpej 1995-12-13 22:21:23 +00:00
parent 6cdbd4c23a
commit 915f0a8f9b
3 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,3 @@
/* $Id: DEFS.h,v 1.2 1994/01/29 09:56:54 mycroft Exp $ */
/* $NetBSD: DEFS.h,v 1.3 1995/12/13 22:21:23 thorpej Exp $ */
#include <machine/asm.h>

View File

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.1 1994/03/29 07:10:36 chopps Exp $
# $NetBSD: Makefile.inc,v 1.2 1995/12/13 22:21:33 thorpej Exp $
KMINCLUDES= arch/m68k/DEFS.h arch/m68k/SYS.h
KMSRCS= bcmp.S bzero.S ffs.S strcat.c strcmp.S strcpy.S strlen.S strncmp.S \

View File

@ -1,3 +1,5 @@
/* $NetBSD: SYS.h,v 1.5 1995/12/13 22:21:38 thorpej Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -35,7 +37,6 @@
* SUCH DAMAGE.
*
* from: @(#)SYS.h 5.5 (Berkeley) 5/7/91
* $Id: SYS.h,v 1.4 1994/08/04 05:02:31 chopps Exp $
*/
#include <sys/syscall.h>