Remove duplicate defines.

This commit is contained in:
wiz 2002-08-12 21:51:14 +00:00
parent 93ad4971f1
commit ef2a9b1611
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: dir.5,v 1.14 2002/08/12 21:07:07 soren Exp $
.\" $NetBSD: dir.5,v 1.15 2002/08/12 21:51:14 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -109,8 +109,6 @@ struct dirent {
#define DT_REG 8
#define DT_LNK 10
#define DT_SOCK 12
#define DT_WHT 14
#define DT_SOCK 12
#define DT_WHT 14
.Ed
.Sh SEE ALSO