summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/include/cdefs.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-05-08 17:34:54 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-05-08 17:34:54 +0000
commitb7d211a2451c1f0906a61e2e2f40466cc4561b6c (patch)
treec56c85e6046582d46afcc90e4b8a090dd91ca78f /sys/arch/pmax/include/cdefs.h
parentbd45d489f1b3978942dd76a0a5026a2b7d663284 (diff)
use what we can from mips/include
Diffstat (limited to 'sys/arch/pmax/include/cdefs.h')
-rw-r--r--sys/arch/pmax/include/cdefs.h60
1 files changed, 2 insertions, 58 deletions
diff --git a/sys/arch/pmax/include/cdefs.h b/sys/arch/pmax/include/cdefs.h
index 6812d5fcc4a..7bf0c0ab67f 100644
--- a/sys/arch/pmax/include/cdefs.h
+++ b/sys/arch/pmax/include/cdefs.h
@@ -1,59 +1,3 @@
-/* $NetBSD: cdefs.h,v 1.4 1995/12/15 01:17:04 jonathan Exp $ */
+/* $OpenBSD: cdefs.h,v 1.7 1998/05/08 17:34:28 millert Exp $ */
-/*
- * Copyright (c) 1995 Carnegie-Mellon University.
- * All rights reserved.
- *
- * Author: Chris G. Demetriou
- *
- * Permission to use, copy, modify and distribute this software and
- * its documentation is hereby granted, provided that both the copyright
- * notice and this permission notice appear in all copies of the
- * software, derivative works or modified versions, and any portions
- * thereof, and that both notices appear in supporting documentation.
- *
- * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
- * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
- * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
- *
- * Carnegie Mellon requests users of this software to return to
- *
- * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
- * School of Computer Science
- * Carnegie Mellon University
- * Pittsburgh PA 15213-3890
- *
- * any improvements or extensions that they make and grant Carnegie the
- * rights to redistribute these changes.
- */
-
-#ifndef _MACHINE_CDEFS_H_
-#define _MACHINE_CDEFS_H_
-
-#define _C_LABEL(x) _STRING(x)
-
-#define __indr_references(sym,msg) /* nothing */
-#define __warn_references(sym,msg) /* nothing */
-
-/* Kernel-only .sections for kernel copyright */
-#ifdef _KERNEL
-
-#ifdef __STDC__
-#define __KERNEL_SECTIONSTRING(_sec, _str) \
- __asm__(".section " #_sec " ; .asciz \"" _str "\" ; .text")
-#else
-#define __KERNEL_SECTIONSTRING(_sec, _str) \
- __asm__(".section _sec ; .asciz _str ; .text")
-#endif
-
-#define __KERNEL_RCSID(_n, _s) __KERNEL_SECTIONSTRING(.ident, _s)
-#define __KERNEL_COPYRIGHT(_n, _s) __KERNEL_SECTIONSTRING(.copyright, _s)
-
-#ifdef NO_KERNEL_RCSIDS
-#undef __KERNEL_RCSID
-#define __KERNEL_RCSID(_n, _s) /* nothing */
-#endif
-
-#endif /* _KERNEL */
-
-#endif /* !_MACHINE_CDEFS_H_ */
+#include <mips/cdefs.h>