head	1.2;
access;
symbols
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1
	RELEASE_2_2_6:1.1
	RELEASE_2_2_5:1.1
	RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.11.22.14.56.44;	author miwi;	state dead;
branches;
next	1.1;

1.1
date	97.04.24.02.21.45;	author asami;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Fix build with gcc 4.2
- Pass maintainership to submitter

PR:		118100
Submitted by:	Sunry Chen <sunrychen@@gmail.com>
Approved by:	portmgr (pav)
@
text
@--- ./cxterm/HZutil.c.org	Tue Jan 17 02:57:30 1995
+++ ./cxterm/HZutil.c	Wed Apr 23 03:44:24 1997
@@@@ -153,6 +153,7 @@@@
 {
 
 #if !defined(X_NOT_POSIX) || defined(SYSV) || defined(USG)
+# include <sys/types.h>
 # include <dirent.h>
 #else
 # include <sys/dir.h>
@


1.1
log
@#include <sys/types.h> before <dirent.h>.
@
text
@@

