[Midnightbsd-cvs] src [10981] trunk/include: update type

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 15 16:33:18 EDT 2018


Revision: 10981
          http://svnweb.midnightbsd.org/src/?rev=10981
Author:   laffer1
Date:     2018-06-15 16:33:18 -0400 (Fri, 15 Jun 2018)
Log Message:
-----------
update type

Modified Paths:
--------------
    trunk/include/ils.h
    trunk/include/inttypes.h
    trunk/include/iso646.h

Modified: trunk/include/ils.h
===================================================================
--- trunk/include/ils.h	2018-06-15 20:31:26 UTC (rev 10980)
+++ trunk/include/ils.h	2018-06-15 20:33:18 UTC (rev 10981)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1999-2009 Apple Inc.  All rights reserved.
  *

Modified: trunk/include/inttypes.h
===================================================================
--- trunk/include/inttypes.h	2018-06-15 20:31:26 UTC (rev 10980)
+++ trunk/include/inttypes.h	2018-06-15 20:33:18 UTC (rev 10981)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2001 Mike Barcroft <mike at FreeBSD.org>
  * All rights reserved.
@@ -23,7 +24,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $MidnightBSD$
+ * $FreeBSD: stable/10/include/inttypes.h 264496 2014-04-15 09:41:52Z tijl $
  */
 
 #ifndef _INTTYPES_H_
@@ -34,7 +35,7 @@
 
 #ifndef	__cplusplus
 #ifndef _WCHAR_T_DECLARED
-typedef	__wchar_t	wchar_t;
+typedef	___wchar_t	wchar_t;
 #define	_WCHAR_T_DECLARED
 #endif
 #endif

Modified: trunk/include/iso646.h
===================================================================
--- trunk/include/iso646.h	2018-06-15 20:31:26 UTC (rev 10980)
+++ trunk/include/iso646.h	2018-06-15 20:33:18 UTC (rev 10981)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1998 Alex Nash
  * All rights reserved.
@@ -23,7 +24,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/include/iso646.h,v 1.4 2002/09/18 22:23:59 mike Exp $
+ * $FreeBSD: stable/10/include/iso646.h 225801 2011-09-27 16:33:17Z jkim $
  */
 
 #ifndef _ISO646_H_



More information about the Midnightbsd-cvs mailing list