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.2 OPENPKG_2_STABLE_BP:1.2 OPENPKG_2_5_RELEASE:1.1.18.1 OPENPKG_2_5_SOLID:1.1.0.18 OPENPKG_2_5_SOLID_BP:1.1 OPENPKG_2_4_RELEASE:1.1 OPENPKG_2_4_SOLID:1.1.0.16 OPENPKG_2_4_SOLID_BP:1.1 OPENPKG_CW_FP:1.1 OPENPKG_2_3_RELEASE:1.1 OPENPKG_2_3_SOLID:1.1.0.14 OPENPKG_2_3_SOLID_BP:1.1 OPENPKG_2_2_RELEASE:1.1 OPENPKG_2_2_SOLID:1.1.0.12 OPENPKG_2_2_SOLID_BP:1.1 OPENPKG_2_1_RELEASE:1.1 OPENPKG_2_1_SOLID:1.1.0.10 OPENPKG_2_1_SOLID_BP:1.1 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.8 OPENPKG_2_0_SOLID_BP:1.1 OPENPKG_1_3_RELEASE:1.1 OPENPKG_1_3_SOLID:1.1.0.6 OPENPKG_1_3_SOLID_BP:1.1 OPENPKG_1_STABLE_MP:1.1 OPENPKG_1_2_RELEASE:1.1 OPENPKG_1_2_SOLID:1.1.0.4 OPENPKG_1_2_SOLID_BP:1.1 OPENPKG_1_STABLE:1.1.0.2 OPENPKG_1_STABLE_BP:1.1; locks; strict; comment @# @; 1.2 date 2005.10.15.06.57.14; author rse; state Exp; branches; next 1.1; 1.1 date 2002.03.15.20.12.23; author rse; state Exp; branches 1.1.18.1; next ; 1.1.18.1 date 2005.10.15.06.58.07; author rse; state Exp; branches; next ; desc @@ 1.2 log @fix building under NetBSD @ text @Index: gup.h --- gup.h.orig 2002-12-29 19:25:36 +0100 +++ gup.h 2005-10-15 08:56:19 +0200 @@@@ -3,6 +3,7 @@@@ #else #define _XOPEN_SOURCE #define _BSD_SOURCE +#define _NETBSD_SOURCE #endif #include @@@@ -13,6 +14,7 @@@@ #include /* isspace */ #include /* Needed for errno */ #include +#include #include #include /* umask */ @@@@ -35,7 +37,7 @@@@ #define MAX_LINE_SIZE 512 #define MODEST_SIZE 128 -#ifdef FILE_LOCK +#ifdef USE_DOTLOCK #define LOCK_SLEEP 10 /* time to sleep between lock attempts*/ #define MAX_LOCK_SLEEP_COUNT 10 /* maximum number of tries */ #endif @ 1.1 log @upgrade to gup 0.5.8 @ text @d1 12 a12 3 --- gup.h.orig Sat Nov 24 20:23:54 2001 +++ gup.h Sat Nov 24 20:23:44 2001 @@@@ -13,6 +13,7 @@@@ d20 1 a20 1 @@@@ -31,7 +32,7 @@@@ @ 1.1.18.1 log @MFC: fix building under NetBSD @ text @d1 3 a3 12 Index: gup.h --- gup.h.orig 2002-12-29 19:25:36 +0100 +++ gup.h 2005-10-15 08:56:19 +0200 @@@@ -3,6 +3,7 @@@@ #else #define _XOPEN_SOURCE #define _BSD_SOURCE +#define _NETBSD_SOURCE #endif #include @@@@ -13,6 +14,7 @@@@ d11 1 a11 1 @@@@ -35,7 +37,7 @@@@ @