X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fwrap.c;h=3b195b88e1c610340588f32d9d14067d4a301e85;hb=cce46771e6d734c275f3e2d5620004da3b5d09ee;hp=c4723092710b446614d512cf45c3a8d6d5a9a313;hpb=63b0088656ea8eddb114f35c797499583a2ace64;p=sbcl.git diff --git a/src/runtime/wrap.c b/src/runtime/wrap.c index c472309..3b195b8 100644 --- a/src/runtime/wrap.c +++ b/src/runtime/wrap.c @@ -32,12 +32,14 @@ #include #include -#include "runtime.h" #include "sbcl.h" +#include "runtime.h" #include "util.h" -/* KLUDGE: Neither the OpenBSD nor the Linux man page give a header - * file to find this in (?). -- WHN 2002-02-07 */ +/* Although it might seem as though this should be in some standard + Unix header, according to Perry E. Metzger, in a message on + sbcl-devel dated 2004-03-29, this is the POSIXly-correct way of + using environ: by an explicit declaration. -- CSR, 2004-03-30 */ extern char **environ; /*