diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2004-01-11 06:24:34 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2004-01-11 06:24:34 +0000 |
commit | c370f012763d89ddf73e5ac33e13ec37a3fa3a3d (patch) | |
tree | 20f0e84db33048a544b041bc8fc6d19e2f23161d /sys/conf/majors | |
parent | 076fcd1776eb3518406cc8e9e1daa814744020da (diff) |
Release audit device major number reservation. The new audit
implementation writes directly to a file, similar to the Darwin,
Solaris, and whoever else implementations, rather than buffering
through a pseudo-device.
Notes
Notes:
svn path=/head/; revision=124364
Diffstat (limited to 'sys/conf/majors')
-rw-r--r-- | sys/conf/majors | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index dfb651a7c764..14f9cd770a14 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -118,7 +118,6 @@ 115 dag University of Waikato DAG network capture boards 117 *acd ATAPI CDROM 119 *ast ATAPI tape -120 aud Audit Device <rwatson@FreeBSD.org> 121 onew Dallas Semiconductor One-Wire bus <phk@freebsd.org> 122 *uhid USB HID devices <n_hibma> 123 *fb frame buffer |