head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2 OPENPKG_E1_FP:1.2 OPENPKG_2_STABLE_MP:1.2 OPENPKG_2_STABLE_20061018:1.2 OPENPKG_2_STABLE_20060622:1.2 OPENPKG_2_STABLE:1.2.0.14 OPENPKG_2_STABLE_BP:1.2 OPENPKG_2_5_RELEASE:1.2 OPENPKG_2_5_SOLID:1.2.0.12 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.2 OPENPKG_2_4_SOLID:1.2.0.10 OPENPKG_2_4_SOLID_BP:1.2 OPENPKG_CW_FP:1.2 OPENPKG_2_3_RELEASE:1.2 OPENPKG_2_3_SOLID:1.2.0.8 OPENPKG_2_3_SOLID_BP:1.2 OPENPKG_2_2_RELEASE:1.2 OPENPKG_2_2_SOLID:1.2.0.6 OPENPKG_2_2_SOLID_BP:1.2 OPENPKG_2_1_RELEASE:1.2 OPENPKG_2_1_SOLID:1.2.0.4 OPENPKG_2_1_SOLID_BP:1.2 OPENPKG_2_0_RELEASE:1.2 OPENPKG_2_0_SOLID:1.2.0.2 OPENPKG_2_0_SOLID_BP:1.2 OPENPKG_1_3_RELEASE:1.1.2.1 OPENPKG_1_3_SOLID:1.1.2.1.0.2 OPENPKG_1_3_SOLID_BP:1.1.2.1 OPENPKG_1_STABLE:1.1.0.2 OPENPKG_1_STABLE_MP:1.1; locks; strict; comment @# @; 1.2 date 2003.08.04.09.41.03; author mlelstv; state Exp; branches; next 1.1; 1.1 date 2003.02.11.14.35.54; author ps; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2003.07.24.20.49.05; author rse; state Exp; branches; next ; desc @@ 1.2 log @upgrade apg 2.1.0 -> 2.2.0, standalone version only @ text @--- apg.c.dist 2003-08-04 11:30:09.000000000 +0200 +++ apg.c 2003-08-04 11:30:33.000000000 +0200 @@@@ -150,7 +150,7 @@@@ #endif /* APG_USE_CRYPT */ #endif /* CLISERV */ #ifdef CLISERV -#if defined(sgi) || defined(__APPLE__) || defined(__QNX__) /* Thanks to Andrew J. Caird */ +#if defined(sgi) || defined(__APPLE__) || defined(__QNX__) || defined(NEED_SOCKLEN_T) /* Thanks to Andrew J. Caird */ typedef unsigned int socklen_t; #endif socklen_t len; @ 1.1 log @Appended patch for Solaris 2.6 @ text @d1 3 a3 3 --- apg.c.org Tue Feb 11 15:11:31 2003 +++ apg.c Tue Feb 11 15:10:52 2003 @@@@ -132,7 +132,7 @@@@ d7 2 a8 2 -#ifdef sgi /* Thanks to Andrew J. Caird */ +#ifdef NEED_SOCKLEN_T /* Thanks to Andrew J. Caird */ a11 11 --- Makefile.org Tue Feb 11 15:32:34 2003 +++ Makefile Tue Feb 11 15:32:50 2003 @@@@ -6,7 +6,7 @@@@ ################################################################## # Compilation flags # You should comment the line below for AIX+native cc -FLAGS = -Wall +FLAGS = -Wall ${CFLAGS} ################################################################## # Libraries @ 1.1.2.1 log @mass Merge-From-CURRENT (MFC) in preparation for OpenPKG 1.3 [class PLUS only] @ text @@