summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/bsm/audit.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/bsm/audit.h')
-rw-r--r--freebsd/sys/bsm/audit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/sys/bsm/audit.h b/freebsd/sys/bsm/audit.h
index af9622af..57edb5e4 100644
--- a/freebsd/sys/bsm/audit.h
+++ b/freebsd/sys/bsm/audit.h
@@ -183,13 +183,13 @@ typedef u_int32_t au_class_t;
typedef u_int64_t au_asflgs_t __attribute__ ((aligned (8)));
struct au_tid {
- dev_t port;
+ u_int32_t port; /* XXX dev_t compatibility */
u_int32_t machine;
};
typedef struct au_tid au_tid_t;
struct au_tid_addr {
- dev_t at_port;
+ u_int32_t at_port; /* XXX dev_t compatibility */
u_int32_t at_type;
u_int32_t at_addr[4];
};