summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authornelson%bolyard.com <devnull@localhost>2007-07-11 23:43:03 +0000
committernelson%bolyard.com <devnull@localhost>2007-07-11 23:43:03 +0000
commit73d03de882b66c2d652b4589dfbe61ec2e4c1f3a (patch)
tree9b3b42dc565f27d01fc5968abdbea763e45b7690 /security
parent93ed7bac7d62c0067912c7bb16554fc68e367130 (diff)
downloadnss-hg-73d03de882b66c2d652b4589dfbe61ec2e4c1f3a.tar.gz
Remove #include <unistd.h> for unix. bug 381375. r=julien.pierre
Diffstat (limited to 'security')
-rw-r--r--security/nss/cmd/ocspclnt/ocspclnt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/security/nss/cmd/ocspclnt/ocspclnt.c b/security/nss/cmd/ocspclnt/ocspclnt.c
index 4faf24e57..680a2f620 100644
--- a/security/nss/cmd/ocspclnt/ocspclnt.c
+++ b/security/nss/cmd/ocspclnt/ocspclnt.c
@@ -61,10 +61,6 @@
#include "ocspti.h" /* internals for pretty-printing routines *only* */
#endif /* NO_PP */
-#if defined(XP_UNIX)
-#include <unistd.h>
-#endif
-
#if defined(_WIN32)
#include "fcntl.h"
#include "io.h"