From ec5a833d250530bd8b3cde3ce3fdd9a66ea4551c Mon Sep 17 00:00:00 2001 From: marc Date: Mon, 29 Jan 1996 19:42:29 +0000 Subject: [PATCH] add static to doSweep() CVS patchset: 238 CVS date: 1996/01/29 19:42:29 --- build/build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.c b/build/build.c index c545641..3f3de02 100644 --- a/build/build.c +++ b/build/build.c @@ -39,7 +39,7 @@ static int doPatchMacro(Spec spec, StringBuf sb, char *line); static char *do_untar(Spec spec, int c); static char *do_patch(Spec spec, int c, int strip, char *dashb); int isCompressed(char *file); -void doSweep(Spec s); +static void doSweep(Spec s); static char build_subdir[1024]; -- 2.7.4