From ef2a9b1611380f624d69b5c05094ec431208a845 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 12 Aug 2002 21:51:14 +0000 Subject: [PATCH] Remove duplicate defines. --- share/man/man5/dir.5 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5 index 537c93d174f5..668b8094357b 100644 --- a/share/man/man5/dir.5 +++ b/share/man/man5/dir.5 @@ -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