From b040d4f3da1545225b9a58301deb29acee6aa7f3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 25 Jul 2000 18:01:20 +0000 Subject: Use BB_FEATURE_CLEAN_UP where appropriate -Erik --- coreutils/dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') diff --git a/coreutils/dd.c b/coreutils/dd.c index 86899194c..6df2588ca 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c @@ -173,7 +173,7 @@ extern int dd_main(int argc, char **argv) cleanup: /* Note that we are not freeing memory or closing * files here, to save a few bytes. */ -#if 0 +#ifdef BB_FEATURE_CLEAN_UP close(inFd); close(outFd); free(buf); -- cgit v1.2.3