diff options
Diffstat (limited to 'bin/pdksh/ksh_stat.h')
-rw-r--r-- | bin/pdksh/ksh_stat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/pdksh/ksh_stat.h b/bin/pdksh/ksh_stat.h index 0c6e5244f57..447b7b3f385 100644 --- a/bin/pdksh/ksh_stat.h +++ b/bin/pdksh/ksh_stat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ksh_stat.h,v 1.1 1996/08/14 06:19:11 downsj Exp $ */ +/* $OpenBSD: ksh_stat.h,v 1.2 1996/08/19 20:08:54 downsj Exp $ */ /* Wrapper around the ugly sys/stat includes/ifdefs */ @@ -15,6 +15,7 @@ # undef S_ISCHR # undef S_ISBLK # undef S_ISFIFO +# undef S_ISSOCK # undef S_ISLNK #endif /* STAT_MACROS_BROKEN */ |