Turns out the machine/asm.h isn't needed here, since SYS.h already
included it.
This commit is contained in:
parent
69e1fc6e80
commit
6afe466807
@ -39,7 +39,6 @@
|
||||
ASMSTR("from: @(#)Ovfork.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: compat_Ovfork.S,v 1.1 2005/09/17 11:49:39 tsutsui Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
WARN_REFERENCES(vfork, \
|
||||
|
@ -38,7 +38,6 @@
|
||||
ASMSTR("from: @(#)brk.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: brk.S,v 1.16 2003/08/07 16:42:17 agc Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
.globl _C_LABEL(minbrk)
|
||||
|
@ -38,7 +38,6 @@
|
||||
ASMSTR("from: @(#)cerror.s 8.1 (Berkeley) 6/16/93")
|
||||
ASMSTR("$NetBSD: cerror.S,v 1.13 2003/08/07 16:42:17 agc Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
|
@ -37,7 +37,6 @@
|
||||
ASMSTR("from: @(#)exect.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: exect.S,v 1.9 2003/08/07 16:42:17 agc Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
LEAF(exect)
|
||||
|
@ -38,7 +38,6 @@
|
||||
ASMSTR("from: @(#)fork.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: fork.S,v 1.11 2003/08/07 16:42:17 agc Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
LEAF(__sys_fork)
|
||||
|
@ -38,7 +38,6 @@
|
||||
ASMSTR("from: @(#)pipe.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: pipe.S,v 1.11 2005/04/22 06:58:01 simonb Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
LEAF(__sys_pipe)
|
||||
|
@ -38,7 +38,6 @@
|
||||
ASMSTR("from: @(#)ptrace.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: ptrace.S,v 1.9 2003/08/07 16:42:17 agc Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
LEAF(ptrace)
|
||||
|
@ -38,7 +38,6 @@
|
||||
ASMSTR("from: @(#)sbrk.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: sbrk.S,v 1.16 2005/04/22 06:58:01 simonb Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
.globl _C_LABEL(__curbrk)
|
||||
|
@ -1,8 +1,6 @@
|
||||
/* $NetBSD: shmat.S,v 1.1 2000/07/07 08:20:52 itohy Exp $ */
|
||||
|
||||
#include <machine/asm.h>
|
||||
#include "SYS.h"
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "SYS.h"
|
||||
|
||||
RSYSCALL(shmat)
|
||||
|
@ -38,7 +38,6 @@
|
||||
ASMSTR("from: @(#)syscall.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: syscall.S,v 1.5 2003/08/07 16:42:18 agc Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
RSYSCALL(syscall)
|
||||
|
Loading…
x
Reference in New Issue
Block a user