Module Name:    xsrc
Committed By:   mrg
Date:           Mon Aug 22 08:28:32 UTC 2016

Modified Files:
        xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_accel_common.c
            ffb_exa.c

Log Message:
include config.h #ifdef HAVE_CONFIG_H


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_accel_common.c
cvs rdiff -u -r1.3 -r1.4 \
    xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_exa.c

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

Modified files:

Index: xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_accel_common.c
diff -u xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_accel_common.c:1.2 xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_accel_common.c:1.3
--- xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_accel_common.c:1.2	Fri Aug 19 19:16:01 2016
+++ xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_accel_common.c	Mon Aug 22 08:28:32 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: ffb_accel_common.c,v 1.2 2016/08/19 19:16:01 mrg Exp $ */
+/* $NetBSD: ffb_accel_common.c,v 1.3 2016/08/22 08:28:32 mrg Exp $ */
 /*
  * Copyright (C) 1998,1999,2000 Jakub Jelinek (ja...@redhat.com)
  * Copyright (C) 1998 Michal Rehacek (ma...@iname.com)
@@ -28,6 +28,10 @@
  
 #include <sys/types.h>
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "ffb_fifo.h"
 #include "ffb_rcache.h"
 #include "ffb.h"

Index: xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_exa.c
diff -u xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_exa.c:1.3 xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_exa.c:1.4
--- xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_exa.c:1.3	Fri Aug 19 19:16:01 2016
+++ xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_exa.c	Mon Aug 22 08:28:32 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: ffb_exa.c,v 1.3 2016/08/19 19:16:01 mrg Exp $ */
+/* $NetBSD: ffb_exa.c,v 1.4 2016/08/22 08:28:32 mrg Exp $ */
 /*
  * Copyright (c) 2015 Michael Lorenz
  * All rights reserved.
@@ -31,6 +31,10 @@
  
 #include <sys/types.h>
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "ffb_fifo.h"
 #include "ffb_rcache.h"
 #include "ffb.h"

Reply via email to