diff options
author | wez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2007-03-17 18:45:43 +0000 |
---|---|---|
committer | wez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2007-03-17 18:45:43 +0000 |
commit | 52bb11132d1b5d118b0607c22b577026194732da (patch) | |
tree | ce0ce650294467ebdfde2210a513bf7654c1c431 | |
parent | d8a814faf4037e0e35bb5c1d2423ac7d32b5afdb (diff) | |
download | portableumem-52bb11132d1b5d118b0607c22b577026194732da.tar.gz |
fix another typo.
git-svn-id: https://labs.omniti.com/portableumem/trunk@32 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rw-r--r-- | sol_compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sol_compat.h b/sol_compat.h index e0b8c4c..239cd86 100644 --- a/sol_compat.h +++ b/sol_compat.h @@ -165,7 +165,7 @@ static INLINE uint_t ec_atomic_inc(uint_t *mem) #ifdef _WIN32 #define issetugid() 0 -#elseif !defined(__FreeBSD__) +#elif !defined(__FreeBSD__) #define issetugid() (geteuid() == 0) #endif |