Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Uses BEGIN_DECLS, needs sys/cdefs.h.



details:   https://anonhg.NetBSD.org/src/rev/4ec103e97f2d
branches:  trunk
changeset: 343108:4ec103e97f2d
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Jan 22 23:30:27 2016 +0000

description:
Uses BEGIN_DECLS, needs sys/cdefs.h.

diffstat:

 sys/sys/ctype_bits.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 86c0cde23427 -r 4ec103e97f2d sys/sys/ctype_bits.h
--- a/sys/sys/ctype_bits.h      Fri Jan 22 23:27:12 2016 +0000
+++ b/sys/sys/ctype_bits.h      Fri Jan 22 23:30:27 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ctype_bits.h,v 1.5 2013/04/30 00:42:31 joerg Exp $ */
+/* $NetBSD: ctype_bits.h,v 1.6 2016/01/22 23:30:27 dholland Exp $ */
 
 /*
  * Copyright (c) 1989 The Regents of the University of California.
@@ -40,6 +40,8 @@
 #ifndef _SYS_CTYPE_BITS_H_
 #define _SYS_CTYPE_BITS_H_
 
+#include <sys/cdefs.h>
+
 #define        _CTYPE_A        0x0001  /* Alpha     */
 #define        _CTYPE_C        0x0002  /* Control   */
 #define        _CTYPE_D        0x0004  /* Digit     */



Home | Main Index | Thread Index | Old Index