diff options
author | phk <phk@FreeBSD.org> | 2003-04-17 07:39:03 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-04-17 07:39:03 +0000 |
commit | f33582721f3a0ec7c7294fe4dde9efbc2058633b (patch) | |
tree | 754894f22e350ca9aac31c0d945528d5353ae04d /sys/conf/files.pc98 | |
parent | c48484a7fee3cc66401a75e30bc82fa7c65971a0 (diff) | |
download | FreeBSD-src-f33582721f3a0ec7c7294fe4dde9efbc2058633b.zip FreeBSD-src-f33582721f3a0ec7c7294fe4dde9efbc2058633b.tar.gz |
Separate the encoding/decoding functions for struct disklabel into a
separate source file which can be used from both kernel and userland code.
Diffstat (limited to 'sys/conf/files.pc98')
-rw-r--r-- | sys/conf/files.pc98 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index da65e62..f5b1974 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -124,6 +124,7 @@ dev/syscons/scterm-dumb.c optional sc dev/syscons/scvidctl.c optional sc dev/syscons/sysmouse.c optional sc geom/geom_bsd.c standard +geom/geom_bsd_enc.c standard geom/geom_pc98.c standard gnu/i386/fpemul/div_small.s optional gpl_math_emulate \ warning "kernel contains GPL contaminated math emulator" |