diff options
author | phk <phk@FreeBSD.org> | 2002-10-22 15:07:50 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-10-22 15:07:50 +0000 |
commit | 35c355e2f2817a04cf13bc31e7bafec746390fe2 (patch) | |
tree | c11278cd592cc6a6642d0eeb28c6edac5e8dedde /lib/libdisk/libdisk.h | |
parent | 6bcf9ad3c5e18979edcbe3c1046b024a5cf81d90 (diff) | |
download | FreeBSD-src-35c355e2f2817a04cf13bc31e7bafec746390fe2.zip FreeBSD-src-35c355e2f2817a04cf13bc31e7bafec746390fe2.tar.gz |
Remove the last traces of bogus MAKEDEV functionality.
Diffstat (limited to 'lib/libdisk/libdisk.h')
-rw-r--r-- | lib/libdisk/libdisk.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 8790e7d..bf0d263 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -238,13 +238,6 @@ Create_Chunk_DWIM(struct disk *d, const struct chunk *parent , u_long size, * enough is used. */ -int -MakeDev(struct chunk *c, const char *path); - -int -MakeDevDisk(struct disk *d, const char *path); -/* Make device nodes for all chunks on this disk */ - char * ShowChunkFlags(struct chunk *c); /* Return string to show flags. */ |