mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style fix FreeBSD ID, and change continuation style slightly.
This commit is contained in:
parent
33d3b9f878
commit
cb16c2c40c
1 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
||||
* Copyright (C) 1995, 1996 TooLs GmbH.
|
||||
|
|
@ -31,6 +29,7 @@
|
|||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: asm.h,v 1.6.18.1 2000/07/25 08:37:14 kleink Exp $
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_ASM_H_
|
||||
|
|
@ -79,8 +78,8 @@
|
|||
#define RCSID(x) .text; .asciz x
|
||||
|
||||
#ifdef __ELF__
|
||||
#define WEAK_ALIAS(alias,sym) \
|
||||
.weak alias; \
|
||||
#define WEAK_ALIAS(alias,sym) \
|
||||
.weak alias; \
|
||||
alias = sym
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue