diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-14 04:17:41 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-14 04:17:41 +0000 |
commit | 4679905bc346e6908560b358f73ab80745dc8d4b (patch) | |
tree | ae7178471e26268a5897994964af4c3537b300a7 /distrib | |
parent | 3eadcb568a672ae82c55fb9fa8ea4baa17f396bb (diff) |
Nuke 'HFS_name' field which was not referenced now other than setting
it and freeing it. Unhook hfs_misc.c from build since it now longer
contains anything being used.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/pdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/pdisk/Makefile b/distrib/special/pdisk/Makefile index 552b225508e..1a327fcd222 100644 --- a/distrib/special/pdisk/Makefile +++ b/distrib/special/pdisk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 2016/01/12 20:09:39 krw Exp $ +# $Id: Makefile,v 1.4 2016/01/14 04:17:40 krw Exp $ .if ${MACHINE} == "macppc" PROG= pdisk @@ -7,7 +7,7 @@ DPADD= ${LIBUTIL} CFLAGS+=-Wall SRCS= bitfield.c convert.c deblock_media.c dump.c \ - file_media.c hfs_misc.c io.c media.c partition_map.c \ + file_media.c io.c media.c partition_map.c \ pdisk.c validate.c .else |