summaryrefslogtreecommitdiff
path: root/shells/pdksh/files/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'shells/pdksh/files/tree.c')
-rw-r--r--shells/pdksh/files/tree.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/shells/pdksh/files/tree.c b/shells/pdksh/files/tree.c
index 67b5237d91c..1e0594ecc64 100644
--- a/shells/pdksh/files/tree.c
+++ b/shells/pdksh/files/tree.c
@@ -1,14 +1,8 @@
-/* $NetBSD: tree.c,v 1.2 2008/05/31 16:47:37 tnn Exp $ */
+/* $NetBSD: tree.c,v 1.3 2008/06/15 14:20:09 tnn Exp $ */
/*
* command tree climbing
*/
-#include <sys/cdefs.h>
-
-#ifndef lint
-__RCSID("$NetBSD: tree.c,v 1.2 2008/05/31 16:47:37 tnn Exp $");
-#endif
-
#include "sh.h"