kill multi-include protection; dirent.h doesn't need it.

This commit is contained in:
cgd 1994-05-07 00:41:52 +00:00
parent 904bdb2ea9
commit d3db25f6f3
1 changed files with 1 additions and 6 deletions

View File

@ -31,12 +31,9 @@
* SUCH DAMAGE.
*
* from: @(#)dir.h 7.3 (Berkeley) 2/5/91
* $Id: dirent.h,v 1.2 1994/01/10 22:54:02 jtc Exp $
* $Id: dirent.h,v 1.3 1994/05/07 00:41:52 cgd Exp $
*/
#ifndef _SYS_DIRENT_H_
#define _SYS_DIRENT_H_
/*
* A directory entry has a struct dirent at the front of it, containing its
* inode number, the length of the entry, and the length of the name
@ -56,5 +53,3 @@ struct dirent {
char d_name[MAXNAMLEN + 1]; /* name must be no longer than this */
#endif
};
#endif /* !_SYS_DIRENT_H_ */