diff options
author | phk <phk@FreeBSD.org> | 2005-02-27 22:02:04 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2005-02-27 22:02:04 +0000 |
commit | bf03eb4930dd45fa72451539828ee5938b2a3e83 (patch) | |
tree | 03c19389671c3014022ed0aa84ff13bdebf506ea | |
parent | 76be0de47712ce84b1bd299a8fcb3e849f250545 (diff) | |
download | FreeBSD-src-bf03eb4930dd45fa72451539828ee5938b2a3e83.zip FreeBSD-src-bf03eb4930dd45fa72451539828ee5938b2a3e83.tar.gz |
Use dynamic major number allocation.
-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 141ba1a..b1b2c4c 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -19,7 +19,6 @@ # the CVS tree. # #maj name comments -1 *ctty /dev/tty 4 *geom GEOMetry 19 *tw X-10 power interface 22 *fd (/dev/stdin etc) |