fix syntax problem
[unix-history] / usr / src / usr.sbin / sendmail / src / conf.c
index 925e4cf..e0b4ba7 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)conf.c     8.32 (Berkeley) %G%";
+static char sccsid[] = "@(#)conf.c     8.33 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -1606,8 +1606,8 @@ lockfile(fd, filename, ext, type)
 #  endif
                syserr("cannot flock(%s%s, fd=%d, type=%o, omode=%o, euid=%d)",
                        filename, ext, fd, type, omode, geteuid());
 #  endif
                syserr("cannot flock(%s%s, fd=%d, type=%o, omode=%o, euid=%d)",
                        filename, ext, fd, type, omode, geteuid());
-# endif
        }
        }
+# endif
        if (tTd(55, 60))
                printf("FAIL\n");
        return FALSE;
        if (tTd(55, 60))
                printf("FAIL\n");
        return FALSE;