1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* $NetBSD */ /* * This file is a placeholder only, to allow Lua to be compiled from * unchanged sources. */ #include <sys/types.h> #ifdef _BSD_PTRDIFF_T_ typedef _BSD_PTRDIFF_T_ ptrdiff_t; #undef _BSD_PTRDIFF_T_ #endif #include <sys/null.h>