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.20.1 OPENPKG_2_5_SOLID:1.1.0.20 OPENPKG_2_5_SOLID_BP:1.1 OPENPKG_2_4_RELEASE:1.1 OPENPKG_2_4_SOLID:1.1.0.18 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.16 OPENPKG_2_3_SOLID_BP:1.1 OPENPKG_2_2_RELEASE:1.1 OPENPKG_2_2_SOLID:1.1.0.14 OPENPKG_2_2_SOLID_BP:1.1 OPENPKG_2_1_RELEASE:1.1 OPENPKG_2_1_SOLID:1.1.0.12 OPENPKG_2_1_SOLID_BP:1.1 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.10 OPENPKG_2_0_SOLID_BP:1.1 OPENPKG_1_3_RELEASE:1.1 OPENPKG_1_3_SOLID:1.1.0.8 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.6 OPENPKG_1_2_SOLID_BP:1.1 OPENPKG_1_STABLE:1.1.0.4 OPENPKG_1_STABLE_BP:1.1 OPENPKG_1_1_RELEASE:1.1 OPENPKG_1_1_SOLID:1.1.0.2 OPENPKG_1_1_SOLID_BP:1.1; locks; strict; comment @# @; 1.2 date 2005.10.16.08.08.35; author rse; state Exp; branches; next 1.1; 1.1 date 2002.05.29.19.56.12; author rse; state Exp; branches 1.1.20.1; next ; 1.1.20.1 date 2005.10.16.08.09.00; author rse; state Exp; branches; next ; desc @@ 1.2 log @add NetBSD support @ text @Index: display.c --- display.c.orig 2000-01-24 01:39:03 +0100 +++ display.c 2005-10-16 10:07:32 +0200 @@@@ -45,7 +45,9 @@@@ #include #include +#if !defined(__FreeBSD__) && !defined(__Linux__) && !defined(__NetBSD__) #include +#endif #include #include #include @ 1.1 log @Finally rename all foo-X.Y.patch files to foo.patch in order to allow us to preserve history in CVS for patch files. @ text @d1 3 a3 2 --- display.c.orig Mon Jan 24 01:39:03 2000 +++ display.c Sun Mar 18 12:39:45 2001 d8 1 a8 1 +#if !defined(__FreeBSD__) && !defined(__Linux__) @ 1.1.20.1 log @MFC: add NetBSD support @ text @d1 2 a2 3 Index: display.c --- display.c.orig 2000-01-24 01:39:03 +0100 +++ display.c 2005-10-16 10:07:32 +0200 d7 1 a7 1 +#if !defined(__FreeBSD__) && !defined(__Linux__) && !defined(__NetBSD__) @