summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordt <dt@FreeBSD.org>1998-05-28 18:04:34 +0000
committerdt <dt@FreeBSD.org>1998-05-28 18:04:34 +0000
commit88e95865abce6c3049d5a704fdc844d6a83d53e4 (patch)
tree1a2937c22b95d1383a64aaab42d6175547a2eb0d /sys
parent1b7ee31566f8aa9576cbebee8cab2ec39f6edbd2 (diff)
downloadFreeBSD-src-88e95865abce6c3049d5a704fdc844d6a83d53e4.zip
FreeBSD-src-88e95865abce6c3049d5a704fdc844d6a83d53e4.tar.gz
Remove extraneous ";" from C++'s version of __END_DECLS.
Found by: TenDRA C++
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/cdefs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
index 1de4182..67f44d5 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
OpenPOWER on IntegriCloud