From 517baed1b1a59f5d8bc1244f550e6ca8b323a163 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 10 Mar 1987 14:49:29 +0000 Subject: [PATCH] use __BSD4_2 and __USG --- include/_tail_cc/sys/stat.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/_tail_cc/sys/stat.h b/include/_tail_cc/sys/stat.h index c23daaca3..9cfa27ee3 100644 --- a/include/_tail_cc/sys/stat.h +++ b/include/_tail_cc/sys/stat.h @@ -13,15 +13,15 @@ struct stat { dev_t st_rdev; off_t st_size; time_t st_atime; -#ifdef BSD4_2 +#ifdef __BSD4_2 long st_spare1; #endif time_t st_mtime; -#ifdef BSD4_2 +#ifdef __BSD4_2 long st_spare2; #endif time_t st_ctime; -#ifdef BSD4_2 +#ifdef __BSD4_2 long st_spare3; long st_blksize; long st_blocks; @@ -34,8 +34,8 @@ struct stat { #define S_IFCHR 0020000 #define S_IFBLK 0060000 #define S_IFREG 0100000 -#ifndef BSD4_2 -#ifndef USG +#ifndef __BSD4_2 +#ifndef __USG #define S_IFMPC 0030000 #define S_IFMPB 0070000 #else -- 2.34.1