From 3d3e9d6b831e5a78417ccc43676e2d9ac9341549 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sat, 16 Jan 2016 21:59:31 +0000 Subject: No need to abstract malloc(), so replace new_file_media() with malloc(). Removes last use of last used function in media.c, so unhook that from the Makefile and remove forward declarations from media.h. No functional change. --- distrib/special/pdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib') diff --git a/distrib/special/pdisk/Makefile b/distrib/special/pdisk/Makefile index 88118cad048..b001e235ecc 100644 --- a/distrib/special/pdisk/Makefile +++ b/distrib/special/pdisk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 2016/01/16 14:49:28 krw Exp $ +# $Id: Makefile,v 1.7 2016/01/16 21:59:30 krw Exp $ .if ${MACHINE} == "macppc" PROG= pdisk @@ -7,7 +7,7 @@ DPADD= ${LIBUTIL} CFLAGS+=-Wall SRCS= convert.c dump.c \ - file_media.c io.c media.c partition_map.c \ + io.c partition_map.c \ pdisk.c validate.c .else -- cgit v1.2.3