Module Name:    src
Committed By:   riastradh
Date:           Wed Jul 24 03:45:09 UTC 2013

Modified Files:
        src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: err.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 \
    src/sys/external/bsd/drm2/include/linux/err.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/include/linux/err.h
diff -u src/sys/external/bsd/drm2/include/linux/err.h:1.1.2.3 src/sys/external/bsd/drm2/include/linux/err.h:1.1.2.4
--- src/sys/external/bsd/drm2/include/linux/err.h:1.1.2.3	Wed Jul 24 03:36:48 2013
+++ src/sys/external/bsd/drm2/include/linux/err.h	Wed Jul 24 03:45:09 2013
@@ -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

Reply via email to