PERFORCE change 64825 for review

Robert Watson rwatson at FreeBSD.org
Wed Nov 10 15:16:45 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=64825

Change 64825 by rwatson at rwatson_tislabs on 2004/11/10 15:16:04

	Remove duplicate definition of DRM_SUSER().

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/dev/drm/drm_os_freebsd.h#11 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/dev/drm/drm_os_freebsd.h#11 (text+ko) ====

@@ -153,7 +153,6 @@
  * code for that is not yet written */
 #define DRMFILE			void *
 #define DRM_IOCTL_ARGS		struct cdev *kdev, u_long cmd, caddr_t data, int flags, DRM_STRUCTPROC *p, DRMFILE filp
-#define DRM_SUSER(p)		suser(p)
 #define DRM_SUSER(p)		cap_check(p, CAP_SYS_RAWIO)
 #define DRM_TASKQUEUE_ARGS	void *arg, int pending
 #define DRM_IRQ_ARGS		void *arg
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list