diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-03-04 22:59:36 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-03-04 22:59:36 +1100 |
commit | 91bf45c5977d090adb03b8cabb4293203341f34c (patch) | |
tree | 2a814e655f7513c8850b83c8d9e7a4e9f431a7d0 /openbsd-compat | |
parent | b9b6021667953fcb578215c97e523d6cea281ea9 (diff) |
- (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h
openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when
configured --with-osfsia. ok djm@
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/xcrypt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openbsd-compat/xcrypt.c b/openbsd-compat/xcrypt.c index a0fe6c620..c3cea3c86 100644 --- a/openbsd-compat/xcrypt.c +++ b/openbsd-compat/xcrypt.c | |||
@@ -24,8 +24,6 @@ | |||
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | 26 | ||
27 | #if !defined(HAVE_OSF_SIA) | ||
28 | |||
29 | # ifdef HAVE_CRYPT_H | 27 | # ifdef HAVE_CRYPT_H |
30 | # include <crypt.h> | 28 | # include <crypt.h> |
31 | # endif | 29 | # endif |
@@ -108,5 +106,3 @@ shadow_pw(struct passwd *pw) | |||
108 | 106 | ||
109 | return pw_password; | 107 | return pw_password; |
110 | } | 108 | } |
111 | |||
112 | #endif /* !defined(HAVE_OSF_SIA) */ | ||