Bump __FreeBSD_version after the implementation of the openat() and

related syscalls both for the native FreeBSD ABI and linuxolator.
This commit is contained in:
kib 2008-04-08 12:57:26 +00:00
parent e72139652f
commit 7d00f58497

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 800031 /* Master, propagated to newvers */
#define __FreeBSD_version 800032 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>