aboutsummaryrefslogtreecommitdiff
path: root/contrib/cvs/src/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/src/hash.h')
-rw-r--r--contrib/cvs/src/hash.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/cvs/src/hash.h b/contrib/cvs/src/hash.h
index dd83665c4c83..a22bc1045c8e 100644
--- a/contrib/cvs/src/hash.h
+++ b/contrib/cvs/src/hash.h
@@ -1,5 +1,3 @@
-/* $CVSid: @(#)hash.h 1.23 94/10/07 $ */
-
/*
* Copyright (c) 1992, Brian Berliner and Jeff Polk
*
@@ -20,7 +18,7 @@ enum ntype
{
UNKNOWN, HEADER, ENTRIES, FILES, LIST, RCSNODE,
RCSVERS, DIRS, UPDATE, LOCK, NDBMNODE, FILEATTR,
- VARIABLE
+ VARIABLE, RCSFIELD
};
typedef enum ntype Ntype;