[M3commit] CVS Update: cm3
    Jay Krell 
    jkrell at elego.de
       
    Sun Jan  4 08:07:13 CET 2009
    
    
  
CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	09/01/04 08:07:13
Modified files:
	cm3/m3-libs/m3core/src/unix/Common/: Udir.i3 m3makefile 
	cm3/m3-libs/m3core/src/unix/openbsd-common/: Usysdep.i3 
Removed files:
	cm3/m3-libs/m3core/src/unix/Common/: UdirC.c 
	cm3/m3-libs/m3core/src/unix/openbsd-common/: Udir.i3 
Log message:
	remove dirent and varyingly wrapped readdir, having removed the only use
	
	pkgtools also uses dirent, but in a way that has 'never' worked
	on many platforms (e.g. LINUXLIBC), it uses a non-opaque DIR,
	which POSIX doesn't allow for, and none of the pkgtools directories
	currently builds; the code using non-opaque DIR could use realpath
	or something else
    
    
More information about the M3commit
mailing list