]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9910 fix typo
authorHoward Chu <hyc@openldap.org>
Wed, 21 Sep 2022 19:18:34 +0000 (20:18 +0100)
committerHoward Chu <hyc@openldap.org>
Wed, 21 Sep 2022 19:18:34 +0000 (20:18 +0100)
in ad3f8367b0ef913dbff074ddd0fdcbcaa86fdbb0

libraries/liblmdb/mdb.c

index d4a2996be085f5782abab91a69ed7ad693ace4ea..3daa69b1e9c9f2b4c44085449de20fdd2ac9091f 100644 (file)
@@ -166,7 +166,7 @@ typedef SSIZE_T     ssize_t;
 # define MDB_USE_ROBUST        1
 #elif defined(__APPLE__) || defined (BSD) || defined(__FreeBSD_kernel__)
 # if defined(__APPLE__) && !defined(MDB_USE_ROBUST)
-# define MSB_USE_POSIX_SEM     1
+# define MDB_USE_POSIX_SEM     1
 # endif
 # if !(defined(MDB_USE_POSIX_MUTEX) || defined(MDB_USE_POSIX_SEM))
 # define MDB_USE_SYSV_SEM      1