CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2012/04/13 02:20:15
Modified files: share/man/man5 : dir.5 Log message: Remove 'struct _dirdesc' description and dirfd() macro defintion from dir(5) now that the former is an opaque type within libc and the latter is a proper function. Pointed out by millert; ok jmc, guenther