From 809484cd89da8926b933e334ea9201685555a2be Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Wed, 19 Mar 2003 15:20:02 +0000 Subject: [PATCH] Update some more namespaces (forgotten in the previous revision). --- sys/sys/stat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/stat.h b/sys/sys/stat.h index f381ddc13af..d2e8dfbc050 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -87,7 +87,7 @@ typedef __uid_t uid_t; #define _UID_T_DECLARED #endif -#if !defined(_KERNEL) && !defined(_POSIX_SOURCE) +#if !defined(_KERNEL) && __BSD_VISIBLE /* * XXX we need this for struct timespec. We get miscellaneous namespace * pollution with it. @@ -95,7 +95,7 @@ typedef __uid_t uid_t; #include #endif -#ifdef _POSIX_SOURCE +#ifndef __BSD_VISIBLE #include #endif