Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/openssl/crypto netbsd has issetugid()
details: https://anonhg.NetBSD.org/src/rev/8e57e0285c1c
branches: trunk
changeset: 586754:8e57e0285c1c
user: christos <christos%NetBSD.org@localhost>
date: Sat Dec 31 00:07:26 2005 +0000
description:
netbsd has issetugid()
diffstat:
crypto/dist/openssl/crypto/uid.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 453d9ba43676 -r 8e57e0285c1c crypto/dist/openssl/crypto/uid.c
--- a/crypto/dist/openssl/crypto/uid.c Sat Dec 31 00:04:51 2005 +0000
+++ b/crypto/dist/openssl/crypto/uid.c Sat Dec 31 00:07:26 2005 +0000
@@ -56,7 +56,7 @@
#include <openssl/crypto.h>
#include <openssl/opensslconf.h>
-#if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD__ > 2)
+#if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD__ > 2) || defined(__NetBSD__)
#include <unistd.h>
Home |
Main Index |
Thread Index |
Old Index