mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
$NetBSD: patch-ab,v 1.3 2010/02/26 10:56:38 drochner Exp $
|
|
|
|
--- net/auth/src/TAuthenticate.cxx.orig 2006-05-26 17:05:03.000000000 +0200
|
|
+++ net/auth/src/TAuthenticate.cxx
|
|
@@ -47,7 +47,7 @@
|
|
#include <sys/types.h>
|
|
#include <time.h>
|
|
#if !defined(R__WIN32) && !defined(R__MACOSX) && !defined(R__FBSD) && \
|
|
- !defined(R__OBSD)
|
|
+ !defined(R__OBSD) && !defined(__NetBSD__)
|
|
#include <crypt.h>
|
|
#endif
|
|
#ifdef WIN32
|