rcsid fascism
This commit is contained in:
parent
90cee8eaa6
commit
7656b49be6
@ -1,3 +1,3 @@
|
||||
/* $Id: DEFS.h,v 1.4 1995/10/07 09:26:59 mycroft Exp $ */
|
||||
/* $NetBSD: DEFS.h,v 1.5 1997/10/13 11:56:23 lukem Exp $ */
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)SYS.h 5.5 (Berkeley) 5/7/91
|
||||
* $Id: SYS.h,v 1.5 1995/10/07 09:27:00 mycroft Exp $
|
||||
* $NetBSD: SYS.h,v 1.6 1997/10/13 11:56:27 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
@ -34,13 +34,13 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)htons.s 5.2 (Berkeley) 12/17/90
|
||||
* $Id: bswap16.S,v 1.1 1997/10/09 15:42:37 bouyer Exp $
|
||||
* $NetBSD: bswap16.S,v 1.2 1997/10/13 11:56:32 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
||||
#if defined(LIBC_SCCS)
|
||||
RCSID("$Id: bswap16.S,v 1.1 1997/10/09 15:42:37 bouyer Exp $")
|
||||
RCSID("$NetBSD: bswap16.S,v 1.2 1997/10/13 11:56:32 lukem Exp $")
|
||||
#endif
|
||||
|
||||
ENTRY(bswap16)
|
||||
|
@ -34,13 +34,13 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)htonl.s 5.3 (Berkeley) 12/17/90
|
||||
* $Id: bswap32.S,v 1.1 1997/10/09 15:42:38 bouyer Exp $
|
||||
* $NetBSD: bswap32.S,v 1.2 1997/10/13 11:56:37 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
||||
#if defined(LIBC_SCCS)
|
||||
RCSID("$Id: bswap32.S,v 1.1 1997/10/09 15:42:38 bouyer Exp $")
|
||||
RCSID("$NetBSD: bswap32.S,v 1.2 1997/10/13 11:56:37 lukem Exp $")
|
||||
#endif
|
||||
|
||||
ENTRY(bswap32)
|
||||
|
@ -34,13 +34,13 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)htonl.s 5.3 (Berkeley) 12/17/90
|
||||
* $Id: htonl.S,v 1.4 1995/10/07 09:27:04 mycroft Exp $
|
||||
* $NetBSD: htonl.S,v 1.5 1997/10/13 11:56:41 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
||||
#if defined(LIBC_SCCS)
|
||||
RCSID("$Id: htonl.S,v 1.4 1995/10/07 09:27:04 mycroft Exp $")
|
||||
RCSID("$NetBSD: htonl.S,v 1.5 1997/10/13 11:56:41 lukem Exp $")
|
||||
#endif
|
||||
|
||||
/* netorder = htonl(hostorder) */
|
||||
|
@ -34,13 +34,13 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)htons.s 5.2 (Berkeley) 12/17/90
|
||||
* $Id: htons.S,v 1.4 1995/10/07 09:27:05 mycroft Exp $
|
||||
* $NetBSD: htons.S,v 1.5 1997/10/13 11:56:46 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
||||
#if defined(LIBC_SCCS)
|
||||
RCSID("$Id: htons.S,v 1.4 1995/10/07 09:27:05 mycroft Exp $")
|
||||
RCSID("$NetBSD: htons.S,v 1.5 1997/10/13 11:56:46 lukem Exp $")
|
||||
#endif
|
||||
|
||||
/* netorder = htons(hostorder) */
|
||||
|
@ -34,13 +34,13 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)ntohl.s 5.2 (Berkeley) 12/17/90
|
||||
* $Id: ntohl.S,v 1.4 1995/10/07 09:27:06 mycroft Exp $
|
||||
* $NetBSD: ntohl.S,v 1.5 1997/10/13 11:56:51 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
||||
#if defined(LIBC_SCCS)
|
||||
RCSID("$Id: ntohl.S,v 1.4 1995/10/07 09:27:06 mycroft Exp $")
|
||||
RCSID("$NetBSD: ntohl.S,v 1.5 1997/10/13 11:56:51 lukem Exp $")
|
||||
#endif
|
||||
|
||||
/* hostorder = ntohl(netorder) */
|
||||
|
@ -34,13 +34,13 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)ntohs.s 5.2 (Berkeley) 12/17/90
|
||||
* $Id: ntohs.S,v 1.4 1995/10/07 09:27:07 mycroft Exp $
|
||||
* $NetBSD: ntohs.S,v 1.5 1997/10/13 11:56:55 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
||||
#if defined(LIBC_SCCS)
|
||||
RCSID("$Id: ntohs.S,v 1.4 1995/10/07 09:27:07 mycroft Exp $")
|
||||
RCSID("$NetBSD: ntohs.S,v 1.5 1997/10/13 11:56:55 lukem Exp $")
|
||||
#endif
|
||||
|
||||
/* hostorder = ntohs(netorder) */
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
* @(#)SYS.h 5.5 (Berkeley) 5/7/91
|
||||
*
|
||||
* $Id: SYS.h,v 1.3 1996/11/07 07:36:09 matthias Exp $
|
||||
* $NetBSD: SYS.h,v 1.4 1997/10/13 11:57:04 lukem Exp $
|
||||
*
|
||||
* Modified for the ns532 by Phil Nelson, 12/1/92
|
||||
*
|
||||
|
@ -30,7 +30,7 @@
|
||||
* 11-May-92 Johannes Helander (jvh) at Helsinki University of Technology
|
||||
* Created.
|
||||
*
|
||||
* $Id: htonl.S,v 1.3 1996/11/07 07:36:15 matthias Exp $
|
||||
* $NetBSD: htonl.S,v 1.4 1997/10/13 11:57:10 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
@ -30,7 +30,7 @@
|
||||
* 11-May-92 Johannes Helander (jvh) at Helsinki University of Technology
|
||||
* Created.
|
||||
*
|
||||
* $Id: htons.S,v 1.3 1996/11/07 07:36:17 matthias Exp $
|
||||
* $NetBSD: htons.S,v 1.4 1997/10/13 11:57:15 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
@ -30,7 +30,7 @@
|
||||
* 11-May-92 Johannes Helander (jvh) at Helsinki University of Technology
|
||||
* Created.
|
||||
*
|
||||
* $Id: ntohl.S,v 1.3 1996/11/07 07:36:21 matthias Exp $
|
||||
* $NetBSD: ntohl.S,v 1.4 1997/10/13 11:57:20 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
@ -30,7 +30,7 @@
|
||||
* 11-May-92 Johannes Helander (jvh) at Helsinki University of Technology
|
||||
* Created.
|
||||
*
|
||||
* $Id: ntohs.S,v 1.3 1996/11/07 07:36:22 matthias Exp $
|
||||
* $NetBSD: ntohs.S,v 1.4 1997/10/13 11:57:23 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
@ -37,7 +37,7 @@
|
||||
* @(#)SYS.h 8.1 (Berkeley) 6/4/93
|
||||
*
|
||||
* from: Header: SYS.h,v 1.2 92/07/03 18:57:00 torek Exp
|
||||
* $Id: SYS.h,v 1.3 1996/11/18 22:50:28 pk Exp $
|
||||
* $NetBSD: SYS.h,v 1.4 1997/10/13 11:57:31 lukem Exp $
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: _setjmp.s,v 1.1 91/07/06 16:45:53 torek Exp
|
||||
* $Id: _setjmp.S,v 1.3 1996/11/18 22:50:29 pk Exp $
|
||||
* $NetBSD: _setjmp.S,v 1.4 1997/10/13 11:57:35 lukem Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: bzero.s,v 1.1 92/06/25 12:52:46 torek Exp
|
||||
* $Id: bzero.S,v 1.3 1996/11/18 22:50:30 pk Exp $
|
||||
* $NetBSD: bzero.S,v 1.4 1997/10/13 11:57:40 lukem Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: divrem.m4,v 1.4 92/06/25 13:23:57 torek Exp
|
||||
* $Id: divrem.m4,v 1.4 1996/11/18 22:50:30 pk Exp $
|
||||
* $NetBSD: divrem.m4,v 1.5 1997/10/13 11:57:46 lukem Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: ffs.s,v 1.3 92/07/07 00:23:57 torek Exp
|
||||
* $Id: ffs.S,v 1.3 1996/11/18 22:50:31 pk Exp $
|
||||
* $NetBSD: ffs.S,v 1.4 1997/10/13 11:57:50 lukem Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: htonl.s,v 1.1 92/06/25 12:47:05 torek Exp
|
||||
* $Id: htonl.S,v 1.3 1996/11/18 22:50:32 pk Exp $
|
||||
* $NetBSD: htonl.S,v 1.4 1997/10/13 11:57:54 lukem Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: htons.s,v 1.1 92/06/25 12:47:05 torek Exp
|
||||
* $Id: htons.S,v 1.3 1996/11/18 22:50:33 pk Exp $
|
||||
* $NetBSD: htons.S,v 1.4 1997/10/13 11:57:58 lukem Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: mul.s,v 1.5 92/06/25 13:24:03 torek Exp
|
||||
* $Id: mul.S,v 1.3 1996/11/18 22:50:33 pk Exp $
|
||||
* $NetBSD: mul.S,v 1.4 1997/10/13 11:58:02 lukem Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: ntohl.s,v 1.1 92/06/25 12:47:06 torek Exp
|
||||
* $Id: ntohl.S,v 1.3 1996/11/18 22:50:34 pk Exp $
|
||||
* $NetBSD: ntohl.S,v 1.4 1997/10/13 11:58:06 lukem Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: ntohs.s,v 1.1 92/06/25 12:47:07 torek Exp
|
||||
* $Id: ntohs.S,v 1.3 1996/11/18 22:50:35 pk Exp $
|
||||
* $NetBSD: ntohs.S,v 1.4 1997/10/13 11:58:10 lukem Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: saveregs.s,v 1.1 91/07/06 17:22:33 torek Exp
|
||||
* $Id: saveregs.S,v 1.3 1996/11/18 22:50:35 pk Exp $
|
||||
* $NetBSD: saveregs.S,v 1.4 1997/10/13 11:58:16 lukem Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: setjmp.s,v 1.2 92/06/25 03:18:43 torek Exp
|
||||
* $Id: setjmp.S,v 1.3 1996/11/18 22:50:36 pk Exp $
|
||||
* $NetBSD: setjmp.S,v 1.4 1997/10/13 11:58:20 lukem Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: strlen.s,v 1.1 92/06/25 12:52:47 torek Exp
|
||||
* $Id: strlen.S,v 1.3 1996/11/18 22:50:37 pk Exp $
|
||||
* $NetBSD: strlen.S,v 1.4 1997/10/13 11:58:24 lukem Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: Header: umul.s,v 1.4 92/06/25 13:24:05 torek Exp
|
||||
* $Id: umul.S,v 1.3 1996/11/18 22:50:37 pk Exp $
|
||||
* $NetBSD: umul.S,v 1.4 1997/10/13 11:58:29 lukem Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)bcmp.c 5.6 (Berkeley) 2/24/91";*/
|
||||
static char *rcsid = "$Id: bcmp.c,v 1.8 1996/10/24 23:45:32 cgd Exp $";
|
||||
static char *rcsid = "$NetBSD: bcmp.c,v 1.9 1997/10/13 11:55:15 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)bzero.c 5.7 (Berkeley) 2/24/91";*/
|
||||
static char *rcsid = "$Id: bzero.c,v 1.6 1996/04/18 02:20:00 cgd Exp $";
|
||||
static char *rcsid = "$NetBSD: bzero.c,v 1.7 1997/10/13 11:55:23 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)ffs.c 5.4 (Berkeley) 5/17/90";*/
|
||||
static char *rcsid = "$Id: ffs.c,v 1.6 1996/04/18 02:20:02 cgd Exp $";
|
||||
static char *rcsid = "$NetBSD: ffs.c,v 1.7 1997/10/13 11:55:27 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)memcmp.c 5.6 (Berkeley) 1/26/91";*/
|
||||
static char *rcsid = "$Id: memcmp.c,v 1.1 1996/08/15 22:59:11 jtc Exp $";
|
||||
static char *rcsid = "$NetBSD: memcmp.c,v 1.2 1997/10/13 11:55:32 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)memset.c 5.6 (Berkeley) 1/26/91";*/
|
||||
static char *rcsid = "$Id: memset.c,v 1.3 1996/08/15 22:59:13 jtc Exp $";
|
||||
static char *rcsid = "$NetBSD: memset.c,v 1.4 1997/10/13 11:55:37 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)strcat.c 5.6 (Berkeley) 2/24/91";*/
|
||||
static char *rcsid = "$Id: strcat.c,v 1.7 1996/04/18 02:20:06 cgd Exp $";
|
||||
static char *rcsid = "$NetBSD: strcat.c,v 1.8 1997/10/13 11:55:41 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)index.c 5.7 (Berkeley) 2/24/91";*/
|
||||
static char *rcsid = "$Id: strchr.c,v 1.1 1997/01/18 02:33:41 cgd Exp $";
|
||||
static char *rcsid = "$NetBSD: strchr.c,v 1.2 1997/10/13 11:55:47 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/*
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)strcmp.c 5.5 (Berkeley) 1/26/91";*/
|
||||
static char *rcsid = "$Id: strcmp.c,v 1.7 1996/10/24 23:45:33 cgd Exp $";
|
||||
static char *rcsid = "$NetBSD: strcmp.c,v 1.8 1997/10/13 11:55:51 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)strcpy.c 5.7 (Berkeley) 2/24/91";*/
|
||||
static char *rcsid = "$Id: strcpy.c,v 1.7 1996/04/18 02:20:09 cgd Exp $";
|
||||
static char *rcsid = "$NetBSD: strcpy.c,v 1.8 1997/10/13 11:55:54 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)strlen.c 5.5 (Berkeley) 1/26/91";*/
|
||||
static char *rcsid = "$Id: strlen.c,v 1.6 1996/04/18 02:20:11 cgd Exp $";
|
||||
static char *rcsid = "$NetBSD: strlen.c,v 1.7 1997/10/13 11:55:59 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
@ -28,7 +28,7 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char *rcsid = "$Id: strncasecmp.c,v 1.3 1996/04/18 02:20:12 cgd Exp $";
|
||||
static char *rcsid = "$NetBSD: strncasecmp.c,v 1.4 1997/10/13 11:56:03 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)strncmp.c 5.6 (Berkeley) 1/26/91";*/
|
||||
static char *rcsid = "$Id: strncmp.c,v 1.7 1996/10/24 23:45:34 cgd Exp $";
|
||||
static char *rcsid = "$NetBSD: strncmp.c,v 1.8 1997/10/13 11:56:07 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)strncpy.c 5.6 (Berkeley) 1/26/91";*/
|
||||
static char *rcsid = "$Id: strncpy.c,v 1.6 1996/04/18 02:20:14 cgd Exp $";
|
||||
static char *rcsid = "$NetBSD: strncpy.c,v 1.7 1997/10/13 11:56:12 lukem Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
Loading…
Reference in New Issue
Block a user