From ff72ed61413aebac5a06d5376a111567e198ffe2 Mon Sep 17 00:00:00 2001 From: cha0smaster Date: Sun, 8 Jan 2006 15:56:03 +0000 Subject: [PATCH] Oops, by accident commited incomplete stuff to dir.h --- include/ntfs/dir.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/ntfs/dir.h b/include/ntfs/dir.h index 2483dc0c..8b56c669 100644 --- a/include/ntfs/dir.h +++ b/include/ntfs/dir.h @@ -2,7 +2,7 @@ * dir.h - Exports for directory handling. Part of the Linux-NTFS project. * * Copyright (c) 2002 Anton Altaparmakov - * Copyright (c) 2005-2006 Yura Pakhuchiy + * Copyright (c) 2005 Yura Pakhuchiy * Copyright (c) 2004-2005 Richard Russon * * This program/include file is free software; you can redistribute it and/or @@ -74,11 +74,6 @@ extern int ntfs_link(ntfs_inode *ni, ntfs_inode *dir_ni, ntfschar *name, #define NTFS_DT_SOCK 12 #define NTFS_DT_WHT 14 -/* DJGPP do not know about this. */ -#ifndef S_IFREG - -#endif - /* * This is the "ntfs_filldir" function type, used by ntfs_readdir() to let * the caller specify what kind of dirent layout it wants to have.