Module Name:    src
Committed By:   riastradh
Date:           Wed Jul 24 01:57:36 UTC 2013

Modified Files:
        src/sys/external/bsd/drm2/dist/drm [riastradh-drm2]: drm_agpsupport.c

Log Message:
Include <linux/errno.h> in drm_agpsupport.c.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.2 -r1.1.1.1.2.3 \
    src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c

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/dist/drm/drm_agpsupport.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c:1.1.1.1.2.2 src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c:1.1.1.1.2.3
--- src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c:1.1.1.1.2.2	Tue Jul 23 21:28:21 2013
+++ src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c	Wed Jul 24 01:57:35 2013
@@ -32,6 +32,7 @@
  */
 
 #include <drm/drmP.h>
+#include <linux/errno.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 

Reply via email to