Per Keith Bostic, wchar_t should not be defined in sys/types.h.
authorGarrett Wollman <wollman@FreeBSD.org>
Wed, 6 Apr 1994 17:42:07 +0000 (17:42 +0000)
committerGarrett Wollman <wollman@FreeBSD.org>
Wed, 6 Apr 1994 17:42:07 +0000 (17:42 +0000)
sys/sys/types.h

index 4b2720d..e0839ec 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)types.h       7.17 (Berkeley) 5/6/91
  * SUCH DAMAGE.
  *
  *     from: @(#)types.h       7.17 (Berkeley) 5/6/91
- *     $Id: types.h,v 1.9 1994/04/05 18:48:03 wollman Exp $
+ *     $Id: types.h,v 1.10 1994/04/05 22:09:33 wollman Exp $
  */
 
 #ifndef _TYPES_H_
  */
 
 #ifndef _TYPES_H_
@@ -98,14 +98,6 @@ typedef      _TIME_T_        time_t;
 #undef _TIME_T_
 #endif
 
 #undef _TIME_T_
 #endif
 
-#ifdef _BSD_WCHAR_T_
-typedef _BSD_WCHAR_T_  wchar_t;
-#if !defined(_POSIX_SOURCE) && !defined(_ANSI_SOURCE)
-typedef _BSD_WCHAR_T_  rune_t;
-#endif
-#undef _BSD_WCHAR_T_
-#endif
-
 #ifndef _POSIX_SOURCE
 #define        NBBY    8               /* number of bits in a byte */
 
 #ifndef _POSIX_SOURCE
 #define        NBBY    8               /* number of bits in a byte */