]> git.ipfire.org Git - thirdparty/git.git/blobdiff - lockfile.h
hash-ll.h: split out of hash.h to remove dependency on repository.h
[thirdparty/git.git] / lockfile.h
index db93e6ba73e68ddcd114da0c75e5217a33b5a395..90af4e66b28c8f338cb62cf228a2b8d80000e8a8 100644 (file)
@@ -121,7 +121,7 @@ struct lock_file {
        struct tempfile *tempfile;
 };
 
-#define LOCK_INIT { NULL }
+#define LOCK_INIT { 0 }
 
 /* String appended to a filename to derive the lockfile name: */
 #define LOCK_SUFFIX ".lock"