X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fputenv.c;h=5b53298d3f4fae9d6ca145d1224d7c262102153b;hp=bade935f4e2eef1dd4350dc8021e24f03af47f8a;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/putenv.c b/sbr/putenv.c index bade935..5b53298 100644 --- a/sbr/putenv.c +++ b/sbr/putenv.c @@ -1,10 +1,10 @@ /* - * putenv.c -- (un)set an envariable - * - * 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. - */ +** putenv.c -- (un)set an envariable +** +** 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 #include @@ -12,8 +12,8 @@ extern char **environ; /* - * prototypes - */ +** prototypes +*/ int m_putenv (char *, char *); int unputenv (char *); static int nvmatch (char *, char *);