diff options
author | 1996-08-05 17:17:28 +0000 | |
---|---|---|
committer | 1996-08-05 17:17:28 +0000 | |
commit | eadacd8fb65a0a8200a6039cd0222f1f11160890 (patch) | |
tree | 10b18415b68e3612f6faa1ece83d354df2a5669e | |
parent | bring back the changes between 1.1 and 1.2 which got lost (diff) | |
download | wireguard-openbsd-eadacd8fb65a0a8200a6039cd0222f1f11160890.tar.xz wireguard-openbsd-eadacd8fb65a0a8200a6039cd0222f1f11160890.zip |
bring back the changes between 1.1 and 1.2 which got lost
-rw-r--r-- | sys/arch/m68k/include/cdefs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/m68k/include/cdefs.h b/sys/arch/m68k/include/cdefs.h index 02689ae991a..49e98eb8ac7 100644 --- a/sys/arch/m68k/include/cdefs.h +++ b/sys/arch/m68k/include/cdefs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cdefs.h,v 1.4 1996/08/04 01:22:45 niklas Exp $ */ +/* $OpenBSD: cdefs.h,v 1.5 1996/08/05 17:17:28 niklas Exp $ */ /* $NetBSD: cdefs.h,v 1.2 1995/03/23 20:10:33 jtc Exp $ */ /* @@ -31,6 +31,8 @@ __asm__(".stabs msg,30,0,0,0"); \ __asm__(".stabs \"_/**/sym\",1,0,0,0") #endif +#else +#define __warn_references(sym,msg) /* nothing */ #endif #endif /* !_M68K_CDEFS_H_ */ |