head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.26 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.24 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.22 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.20 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.18 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.16 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.14 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.12 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.8 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.6 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.4 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.0.16 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.14 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.12 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.10 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.8 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.6 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.4 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.2 pkgsrc-2005Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2007.04.09.12.39.27; author adrianp; state dead; branches; next 1.1; 1.1 date 2005.05.12.08.32.51; author rillig; state Exp; branches; next ; desc @@ 1.2 log @Update to 2.10.12.10 Some of the changes include: * doc/example.conf: Document new options for General block. * doc/example.conf (Features): Illustrate URLREG feature. * ircd/m_burst.c (ms_burst): Properly handle member mode :ov. * doc/example.conf (Port): Document the method to select IPv4 or IPv6 restriction for a port. * ircd/s_auth.c (auth_ping_timeout): If the client never had an auth request, kill them on ping timeout. * ircd/s_auth.c (check_auth_finished): Only check passwords on user ports. See the ChangeLog for the full details @ text @$NetBSD: patch-aj,v 1.1 2005/05/12 08:32:51 rillig Exp $ These macros hide the crypt(3) function. --- tools/mkpasswd.c.orig Fri Apr 7 16:53:35 2000 +++ tools/mkpasswd.c Sat Apr 9 00:53:30 2005 @@@@ -2,9 +2,15 @@@@ * copyright 1991, all rights reserved. * You can use this code as long as my name stays with it. */ +#ifndef __NetBSD__ #define _XOPEN_SOURCE #define _XOPEN_VERSION 4 #define _XOPEN_SOURCE_EXTENDED +#endif + +#ifdef __NetBSD__ +#include +#endif #include #include #include @ 1.1 log @Added some patches that are needed to compile on NetBSD-1.6.2/i386. @ text @d1 1 a1 1 $NetBSD$ @