From 10c1aa4ccbda8ba62643777f79acc90e44d1c5f2 Mon Sep 17 00:00:00 2001 From: millert <> Date: Thu, 8 Feb 2007 16:34:38 +0000 Subject: [PATCH] g/c __DTF_READALL. It was a flag to the internal __opendir2() but is never set now that the unionfs support has been removed from readdir(). OK pedro@ --- src/include/dirent.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/dirent.h b/src/include/dirent.h index 6360ab89..7565be1c 100644 --- a/src/include/dirent.h +++ b/src/include/dirent.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dirent.h,v 1.16 2006/04/01 18:06:59 otto Exp $ */ +/* $OpenBSD: dirent.h,v 1.17 2007/02/08 16:34:38 millert Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- @@ -77,7 +77,6 @@ typedef struct _dirdesc { /* flags for opendir2 */ #define DTF_NODUP 0x0002 /* don't return duplicate names */ -#define __DTF_READALL 0x0008 /* everything has been read */ #ifndef NULL #ifdef __GNUG__