X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/70ad1dc8a19d6edd9b97aa81f32cfd65758ae97d..refs/heads/master:/libdarwin/h/bsd.h diff --git a/libdarwin/h/bsd.h b/libdarwin/h/bsd.h index 6fc247e..5df4697 100644 --- a/libdarwin/h/bsd.h +++ b/libdarwin/h/bsd.h @@ -36,6 +36,10 @@ #include #include +#if DARWIN_TAPI +#include "tapi.h" +#endif + __BEGIN_DECLS; /*! @@ -96,11 +100,11 @@ sysctlbyname_get_data_np(const char *mibdesc, void **buff, size_t *buff_len); * similar to the PE_parse_boot_argn() kernel routine. * * @param which - * The name of the boot-arg whose value is to be obtained. The caller may pass - * NULL to simply check for the existence of a boot-arg. + * The name of the boot-arg whose value is to be obtained. * * @param where - * On successful return, the integer value of the given boot-arg. + * On successful return, the integer value of the given boot-arg. The caller + * may pass NULL to simply check for the existence of a boot-arg. * * @result * A Boolean indicating whether the named argument was found. If the discovered