CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/07/13 17:19:57
Modified files: sys/sys : fcntl.h Log message: Change the visibility of the AT_* flags to kernel only. It's causing some trouble over in ports land because of autoconf tests that assume full spport for openat(2), etc. if even one flag is defined. Flags will be exposed again once the openat(2), etc. system calls are available via libc. Discussed with porters on icb; ok kurt@