Module Name:    xsrc
Committed By:   christos
Date:           Wed May 25 14:15:26 UTC 2011

Modified Files:
        xsrc/external/mit/xf86-video-pnozz/dist/src: pnozz_accel.c

Log Message:
fix the function name.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_accel.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-pnozz/dist/src/pnozz_accel.c
diff -u xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_accel.c:1.1 xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_accel.c:1.2
--- xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_accel.c:1.1	Wed Aug 26 18:28:26 2009
+++ xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_accel.c	Wed May 25 10:15:26 2011
@@ -20,7 +20,7 @@
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
-/* $NetBSD: pnozz_accel.c,v 1.1 2009/08/26 22:28:26 macallan Exp $ */
+/* $NetBSD: pnozz_accel.c,v 1.2 2011/05/25 14:15:26 christos Exp $ */
 
 #include <fcntl.h>
 #include <sys/time.h>
@@ -422,7 +422,7 @@
     pnozz_write_4(pPnozz, PLANE_MASK, planemask);
     pnozz_write_4(pPnozz, COORD_INDEX, 0);
     
-    Xf86Msg(X_ERROR, "setup for image write\n");
+    xf86Msg(X_ERROR, "setup for image write\n");
 }
 
 static void

Reply via email to