]> git.proxmox.com Git - libgit2.git/blobdiff - src/unix/posix.h
New upstream version 1.0.0+dfsg.1
[libgit2.git] / src / unix / posix.h
index d1f902489eca8da125a6ee9b6d8b818cf7ec2438..4fa725013def2c0fb5ccc71b3b4499eb67cb5bdb 100644 (file)
@@ -33,7 +33,7 @@ typedef int GIT_SOCKET;
 # define st_atime_nsec st_atim.tv_nsec
 # define st_mtime_nsec st_mtim.tv_nsec
 # define st_ctime_nsec st_ctim.tv_nsec
-#elif !defined(GIT_USE_STAT_MTIME_NSEC) && defined(GIT_USE_NEC)
+#elif !defined(GIT_USE_STAT_MTIME_NSEC) && defined(GIT_USE_NSEC)
 # error GIT_USE_NSEC defined but unknown struct stat nanosecond type
 #endif