CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/11 16:31:27
Modified files:
sbin/pdisk : Makefile dump.c partition_map.c pdisk.c
validate.c
Log message:
open_pathname_as_media() simply called open_file_as_media() which
takes the same parameters and returns the same value. Nuke
open_pathname_as_media() and call open_file_as_media() directly.
Nothing else from pathname.[ch] is used so remove them from build
in preparation for moving them to the attic.
ok deraadt@
