CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2012/03/21 19:13:40
Modified files: include : dirent.h lib/libc/gen : Makefile.inc Added files: lib/libc/gen : dirfd.c Log message: Add dirfd() as a function to libc per POSIX requirement; dirfd() macro to be pruned later when DIR is made an opaque type. ok guenther@; prodding by brad@ for VLC and other ports