PERFORCE change 63758 for review

Andrew R. Reiter arr at FreeBSD.org
Tue Oct 26 03:21:46 GMT 2004


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

Change 63758 by arr at arr_audit3_d400laptop on 2004/10/26 03:20:45

	Fix some brain damage.  udev's were renamed to dev's dummy.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#9 edit
.. //depot/projects/trustedbsd/audit3/sys/bsm/audit_kernel.h#9 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#9 (text+ko) ====

@@ -175,13 +175,13 @@
 typedef u_int32_t au_class_t;
 
 struct au_tid {
-	u_long port;
+	dev_t port;
 	u_int32_t machine;
 };
 typedef struct au_tid au_tid_t;
 
 struct au_tid_addr {
-	u_long at_port;
+	dev_t at_port;
 	u_int32_t at_type;
 	u_int32_t at_addr[4];
 };

==== //depot/projects/trustedbsd/audit3/sys/bsm/audit_kernel.h#9 (text+ko) ====

@@ -110,7 +110,7 @@
 	mode_t		vn_mode;
 	uid_t		vn_uid;
 	gid_t		vn_gid;
-	udev_t		vn_dev;
+	dev_t		vn_dev;
 	long		vn_fsid;
 	long		vn_fileid;
 	long		vn_gen;
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