diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index 1de4182fae78..67f44d52ea84 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -1,3 +1,4 @@ + /* * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +35,7 @@ * SUCH DAMAGE. * * @(#)cdefs.h 8.8 (Berkeley) 1/9/95 - * $Id: cdefs.h,v 1.14 1997/04/22 06:55:45 jdp Exp $ + * $Id: cdefs.h,v 1.15 1997/12/13 20:39:14 pst Exp $ */ #ifndef _SYS_CDEFS_H_ @@ -42,7 +43,7 @@ #if defined(__cplusplus) #define __BEGIN_DECLS extern "C" { -#define __END_DECLS }; +#define __END_DECLS } #else #define __BEGIN_DECLS #define __END_DECLS