Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2013 23:09:34 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255045 - head/sys/dev/drm2
Message-ID:  <201308292309.r7TN9YbN064739@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Aug 29 23:09:34 2013
New Revision: 255045
URL: http://svnweb.freebsd.org/changeset/base/255045

Log:
  'u_long' is consistently spelled 'unsigned long' in this file.  Fix it.

Modified:
  head/sys/dev/drm2/drmP.h

Modified: head/sys/dev/drm2/drmP.h
==============================================================================
--- head/sys/dev/drm2/drmP.h	Thu Aug 29 22:46:21 2013	(r255044)
+++ head/sys/dev/drm2/drmP.h	Thu Aug 29 23:09:34 2013	(r255045)
@@ -961,7 +961,7 @@ struct drm_device {
 
 	drm_agp_head_t    *agp;
 	drm_sg_mem_t      *sg;  /* Scatter gather memory */
-	u_long            *ctx_bitmap;
+	unsigned long     *ctx_bitmap;
 	void		  *dev_private;
 	unsigned int	  agp_buffer_token;
 	drm_local_map_t   *agp_buffer_map;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308292309.r7TN9YbN064739>