Until <bsd.lib.mk> is fixed, don't try to guess whether or not to

use abicalls in kernel source.
This commit is contained in:
simonb 1999-04-20 00:45:24 +00:00
parent 6f626b2c13
commit 955a0aba21
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: byte_swap_2.S,v 1.2 1999/03/17 13:31:43 simonb Exp $ */
/* $NetBSD: byte_swap_2.S,v 1.3 1999/04/20 00:45:24 simonb Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -40,10 +40,10 @@
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)htons.s 8.1 (Berkeley) 6/4/93")
ASMSTR("$NetBSD: byte_swap_2.S,v 1.2 1999/03/17 13:31:43 simonb Exp $")
ASMSTR("$NetBSD: byte_swap_2.S,v 1.3 1999/04/20 00:45:24 simonb Exp $")
#endif /* LIBC_SCCS and not lint */
#if defined(ABICALLS) && !defined(NO_ABICALLS)
#if 0 && defined(ABICALLS)
.abicalls
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: byte_swap_4.S,v 1.3 1999/03/17 13:31:43 simonb Exp $ */
/* $NetBSD: byte_swap_4.S,v 1.4 1999/04/20 00:45:24 simonb Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -40,10 +40,10 @@
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)htonl.s 8.1 (Berkeley) 6/4/93")
ASMSTR("$NetBSD: byte_swap_4.S,v 1.3 1999/03/17 13:31:43 simonb Exp $")
ASMSTR("$NetBSD: byte_swap_4.S,v 1.4 1999/04/20 00:45:24 simonb Exp $")
#endif /* LIBC_SCCS and not lint */
#if defined(ABICALLS) && !defined(NO_ABICALLS)
#if 0 && defined(ABICALLS)
.abicalls
#endif