From 9e7678d2afca1621e470e0474bf237ff6117c7a1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 May 2005 13:12:45 +0000 Subject: Partial update from FreeBSD. --- cpukit/libcsupport/include/sys/cdefs.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'cpukit/libcsupport') diff --git a/cpukit/libcsupport/include/sys/cdefs.h b/cpukit/libcsupport/include/sys/cdefs.h index d089dc5894..26fb69ad3f 100644 --- a/cpukit/libcsupport/include/sys/cdefs.h +++ b/cpukit/libcsupport/include/sys/cdefs.h @@ -13,10 +13,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. @@ -34,15 +30,18 @@ * SUCH DAMAGE. * * @(#)cdefs.h 8.8 (Berkeley) 1/9/95 - * $Id$ + * $FreeBSD: src/sys/sys/cdefs.h,v 1.87 2005/03/07 15:40:25 stefanf Exp $ */ +/* + * $Id$ + */ #ifndef _SYS_CDEFS_H_ #define _SYS_CDEFS_H_ #if defined(__cplusplus) #define __BEGIN_DECLS extern "C" { -#define __END_DECLS }; +#define __END_DECLS } #else #define __BEGIN_DECLS #define __END_DECLS -- cgit v1.2.3