Source-Changes-HG archive

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

[src/riastradh-drm2]: src/sys/external/bsd/drm2/include/linux Add ENOTSUPP as...



details:   https://anonhg.NetBSD.org/src/rev/04603838f841
branches:  riastradh-drm2
changeset: 788427:04603838f841
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 03:45:09 2013 +0000

description:
Add ENOTSUPP as an alias for ENOTSUP (XXX huh?) in <linux/err.h>.

diffstat:

 sys/external/bsd/drm2/include/linux/err.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2b2d1a7e49ec -r 04603838f841 sys/external/bsd/drm2/include/linux/err.h
--- a/sys/external/bsd/drm2/include/linux/err.h Wed Jul 24 03:44:54 2013 +0000
+++ b/sys/external/bsd/drm2/include/linux/err.h Wed Jul 24 03:45:09 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: err.h,v 1.1.2.3 2013/07/24 03:36:48 riastradh Exp $    */
+/*     $NetBSD: err.h,v 1.1.2.4 2013/07/24 03:45:09 riastradh Exp $    */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -38,6 +38,7 @@
 #include <sys/errno.h>
 #include <sys/systm.h>
 
+#define        ENOTSUPP        ENOTSUP /* XXX ???  */
 #define        EREMOTEIO       EIO     /* XXX Urk...  */
 
 #define        MAX_ERRNO       ELAST



Home | Main Index | Thread Index | Old Index