Add getdisktabbyname() to libc. This will soon replace getdiskbyname().
commitbbd37c23a409e1393cf73a17b19df3091ffaa387
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 17 May 2007 23:50:00 +0000 (17 23:50 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 17 May 2007 23:50:00 +0000 (17 23:50 +0000)
treec4b97cf34b52773e39f9cf38b318bea15f44f85c
parent05693132480ef67132800aab904bc603491eb778
Add getdisktabbyname() to libc.  This will soon replace getdiskbyname().
Move _PATH_DISKTAB to <disktab.h>, remove #define DISKTAB entirely.
include/disktab.h
lib/libc/gen/Makefile.inc
lib/libc/gen/disklabel.c
lib/libc/gen/disktab.c
lib/libc/gen/getdisktabbyname.3 [new file with mode: 0644]
sys/sys/disklabel.h