From 81c23570ac55dbb3faa04a6625a45d9c617c5c02 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Nov 2003 22:24:57 +0000 Subject: [PATCH] Add MARC21 as an alias for USMARC --- src/oid.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/oid.c b/src/oid.c index 4bb5902..ed33f02 100644 --- a/src/oid.c +++ b/src/oid.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: oid.c,v 1.2 2003-11-19 13:47:05 mike Exp $ + * $Id: oid.c,v 1.3 2003-11-19 22:24:57 adam Exp $ */ /* @@ -114,6 +114,9 @@ static oident standard_oids[] = "Intermarc"}, {PROTO_Z3950, CLASS_RECSYN, VAL_CCF, {5,3,-1}, "CCF"}, + /* MARC21 is just an alias for the original USmarc */ + {PROTO_Z3950, CLASS_RECSYN, VAL_USMARC, {5,10,-1}, + "MARC21"}, {PROTO_Z3950, CLASS_RECSYN, VAL_USMARC, {5,10,-1}, "USmarc"}, {PROTO_Z3950, CLASS_RECSYN, VAL_UKMARC, {5,11,-1}, -- 1.7.10.4