0b6b95f0c9
There were 3 major revisions inbetween, so I honestly can't tell what changed. (would be good to libtoolize this one day, but for now I've done only minimal changes to the freebsd5 configuration)
13 lines
409 B
Text
13 lines
409 B
Text
$NetBSD: patch-ab,v 1.2 2006/05/27 12:38:27 drochner Exp $
|
|
|
|
--- auth/src/TAuthenticate.cxx.orig 2006-05-26 17:05:03.000000000 +0200
|
|
+++ 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
|