diff options
| author | Bruce Momjian | 2006-03-11 04:38:42 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-03-11 04:38:42 +0000 |
| commit | f3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch) | |
| tree | 2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /contrib/ltree/crc32.c | |
| parent | 7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff) | |
Add CVS tag lines to files that were lacking them.
Diffstat (limited to 'contrib/ltree/crc32.c')
| -rw-r--r-- | contrib/ltree/crc32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ltree/crc32.c b/contrib/ltree/crc32.c index c82b3a644c..c114540181 100644 --- a/contrib/ltree/crc32.c +++ b/contrib/ltree/crc32.c @@ -1,5 +1,7 @@ /* Both POSIX and CRC32 checksums */ +/* $PostgreSQL: pgsql/contrib/ltree/crc32.c,v 1.6 2006/03/11 04:38:29 momjian Exp $ */ + #include <sys/types.h> #include <stdio.h> #include <sys/types.h> |
