X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fclosefds.c;h=99543f5c109c75c5742bad3e32fe2649bac88d36;hb=b067ff5c465a5d243ce5a19e562085a9a1a97215;hp=86f91a7646ff366df2f6597ca3ccc3036b4b6dae;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/sbr/closefds.c b/sbr/closefds.c index 86f91a7..99543f5 100644 --- a/sbr/closefds.c +++ b/sbr/closefds.c @@ -1,8 +1,9 @@ - /* * 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. */ #include @@ -11,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); }