summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-08-16 15:44:30 +0000
committerwtc%google.com <devnull@localhost>2008-08-16 15:44:30 +0000
commit221518e6e353b98dad64d02ee2402123c882347d (patch)
treeece503c1ffea808e0bde2a9aa4ccb6d3dbd186e5
parent33d34cb3777051fdfc940e8bdca922690b4a4c11 (diff)
downloadnspr-hg-NSPR_4_7_2_BETA2.tar.gz
Bug 432430: moved a closing parenthesis.NSPR_4_7_2_BETA2
-rw-r--r--pr/src/md/unix/uxrng.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/md/unix/uxrng.c b/pr/src/md/unix/uxrng.c
index 739f0819..a5355fdf 100644
--- a/pr/src/md/unix/uxrng.c
+++ b/pr/src/md/unix/uxrng.c
@@ -139,8 +139,8 @@ GetHighResClock(void *buf, size_t maxbytes)
}
#elif (defined(LINUX) || defined(FREEBSD) || defined(__FreeBSD_kernel__) \
- || defined(NETBSD) || defined(__NetBSD_kernel__) || defined(OPENBSD)) \
- || defined(SYMBIAN)
+ || defined(NETBSD) || defined(__NetBSD_kernel__) || defined(OPENBSD) \
+ || defined(SYMBIAN))
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>