diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-06-18 18:09:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-06-18 18:09:44 +0000 |
commit | 14a75551ab8adecfa8504f866b3039a514eba589 (patch) | |
tree | 97bad1a2e1e4f025760e484fea8d1a14281e6c34 /share/man | |
parent | 3082708bb92c9b5a6ab11c44aaa464f490ba02f3 (diff) |
Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/dir.5 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5 index 7b728aaad9d..4357a4b3243 100644 --- a/share/man/man5/dir.5 +++ b/share/man/man5/dir.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dir.5,v 1.11 2005/06/15 17:51:35 millert Exp $ +.\" $OpenBSD: dir.5,v 1.12 2005/06/18 18:09:42 millert Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -100,7 +100,6 @@ struct dirent { #define DT_REG 8 #define DT_LNK 10 #define DT_SOCK 12 -#define DT_WHT 14 /* * Convert between stat structure types and directory types. |