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/15ca0903f2b6
branches: trunk
changeset: 330775:15ca0903f2b6
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 816ee86b8dbe -r 15ca0903f2b6 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