PERFORCE change 63755 for review
Andrew R. Reiter
arr at FreeBSD.org
Tue Oct 26 03:11:32 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=63755
Change 63755 by arr at arr_audit3_d400laptop on 2004/10/26 03:10:57
Fix another integ resolution error.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#8 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#8 (text+ko) ====
@@ -175,13 +175,13 @@
typedef u_int32_t au_class_t;
struct au_tid {
- udev_t port;
+ u_long port;
u_int32_t machine;
};
typedef struct au_tid au_tid_t;
struct au_tid_addr {
- udev_t at_port;
+ u_long at_port;
u_int32_t at_type;
u_int32_t at_addr[4];
};
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