]> git.marmaro.de Git - mmh/blobdiff - sbr/putenv.c
Reformated comments and long lines
[mmh] / sbr / putenv.c
index bade935f4e2eef1dd4350dc8021e24f03af47f8a..5b53298d3f4fae9d6ca145d1224d7c262102153b 100644 (file)
@@ -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 <h/mh.h>
 #include <h/utils.h>
@@ -12,8 +12,8 @@
 extern char **environ;
 
 /*
- * prototypes
- */
+** prototypes
+*/
 int m_putenv (char *, char *);
 int unputenv (char *);
 static int nvmatch (char *, char *);