Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/include/linux The lua 5.1 to 5.3 updat...



details:   https://anonhg.NetBSD.org/src/rev/d2254ca796e1
branches:  trunk
changeset: 797536:d2254ca796e1
user:      prlw1 <prlw1%NetBSD.org@localhost>
date:      Sun Jul 20 17:56:44 2014 +0000

description:
The lua 5.1 to 5.3 update added isprint to libkern.h

diffstat:

 sys/external/bsd/drm2/include/linux/ctype.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (20 lines):

diff -r 2a0abe3835fe -r d2254ca796e1 sys/external/bsd/drm2/include/linux/ctype.h
--- a/sys/external/bsd/drm2/include/linux/ctype.h       Sun Jul 20 16:51:29 2014 +0000
+++ b/sys/external/bsd/drm2/include/linux/ctype.h       Sun Jul 20 17:56:44 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ctype.h,v 1.1 2014/07/16 20:56:25 riastradh Exp $      */
+/*     $NetBSD: ctype.h,v 1.2 2014/07/20 17:56:44 prlw1 Exp $  */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -34,10 +34,4 @@
 
 #include <lib/libkern/libkern.h>
 
-static inline int
-isprint(int c)
-{
-       return ((' ' <= c) && (c < 127));
-}
-
 #endif  /* _LINUX_CTYPE_H_ */



Home | Main Index | Thread Index | Old Index