]> diplodocus.org Git - nmh/blobdiff - sbr/lock_file.c
Add a few more MacOS X valgrind suppressions
[nmh] / sbr / lock_file.c
index b1f31b6896acf0d01d5f252122e9ae55d834ae6c..f8e4b6c7b08cdbf779865c7902e12c43f332e7d1 100644 (file)
  * Ruud de Rooij <ruud@debian.org>  Sun, 28 Mar 1999 15:34:03 +0200
  */
  
-#include <h/mh.h>
-#include <h/signals.h>
-#include <h/utils.h>
-#include <h/mts.h>
+#include "h/mh.h"
+#include "context_find.h"
+#include "error.h"
+#include "h/signals.h"
+#include "h/utils.h"
+#include "h/mts.h"
 #include "lock_file.h"
 #include "m_mktemp.h"
 
@@ -133,7 +135,8 @@ lkopendata(const char *file, int access, mode_t mode, int *failed_to_lock)
  * Locking using the spool locking algorithm
  */
 
-int lkopenspool(const char *file, int access, mode_t mode, int *failed_to_lock)
+int
+lkopenspool(const char *file, int access, mode_t mode, int *failed_to_lock)
 {
     static bool deja_vu;