X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Fclosefds.c;h=99543f5c109c75c5742bad3e32fe2649bac88d36;hb=a485ed478abbd599d8c9aab48934e7a26733ecb1;hp=191bd3115114cd654e58c51305825dff2e91f1fe;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh diff --git a/sbr/closefds.c b/sbr/closefds.c index 191bd31..99543f5 100644 --- a/sbr/closefds.c +++ b/sbr/closefds.c @@ -1,9 +1,6 @@ - /* * closefds.c -- close-up fd's * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -15,8 +12,8 @@ void closefds(int i) { - int nbits = OPEN_MAX; + int nbits = OPEN_MAX; - for (; i < nbits; i++) - close (i); + for (; i < nbits; i++) + close (i); }