From: marc Date: Mon, 29 Jan 1996 19:42:29 +0000 (+0000) Subject: add static to doSweep() X-Git-Tag: tznext/4.11.0.1.tizen20130304~11722 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec5a833d250530bd8b3cde3ce3fdd9a66ea4551c;p=tools%2Flibrpm-tizen.git add static to doSweep() CVS patchset: 238 CVS date: 1996/01/29 19:42:29 --- 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];