Reformated comments and long lines
[mmh] / sbr / ruserpass.c
index 5437674..c1e9243 100644 (file)
@@ -1,20 +1,20 @@
 /*
- * Portions of this code are
- * Copyright (c) 1985 Regents of the University of California.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, Berkeley.  The name of the
- * University may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- */
+** Portions of this code are
+** Copyright (c) 1985 Regents of the University of California.
+** All rights reserved.
+**
+** Redistribution and use in source and binary forms are permitted
+** provided that the above copyright notice and this paragraph are
+** duplicated in all such forms and that any documentation,
+** advertising materials, and other materials related to such
+** distribution and use acknowledge that the software was developed
+** by the University of California, Berkeley.  The name of the
+** University may not be used to endorse or promote products derived
+** from this software without specific prior written permission.
+** THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+** IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+*/
 
 #include <h/mh.h>
 #include <h/utils.h>
@@ -54,8 +54,8 @@ static struct toktab toktabs[] = {
 };
 
 /*
- * prototypes
- */
+** prototypes
+*/
 static int token(void);
 
 
@@ -106,7 +106,11 @@ match:
                                case PASSWD:
                                        if (fstat(fileno(cfile), &stb) >= 0 &&
                                                (stb.st_mode & 077) != 0) {
-                                               /* We make this a fatal error to force the user to correct it */
+                                               /*
+                                               ** We make this a fatal
+                                               ** error to force the user
+                                               ** to correct it
+                                               */
                                                advise(NULL, "Error - ~/.netrc file must not be world or group readable.");
                                                adios(NULL, "Remove password or correct file permissions.");
                                        }