From: Howard Chu Date: Wed, 21 Sep 2022 19:18:34 +0000 (+0100) Subject: ITS#9910 fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e51e6b82294ae97d8d6f76dc6ac051e0dcd6cfb7;p=thirdparty%2Fopenldap.git ITS#9910 fix typo in ad3f8367b0ef913dbff074ddd0fdcbcaa86fdbb0 --- diff --git a/libraries/liblmdb/mdb.c b/libraries/liblmdb/mdb.c index d4a2996be0..3daa69b1e9 100644 --- a/libraries/liblmdb/mdb.c +++ b/libraries/liblmdb/mdb.c @@ -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