Remove local change that crept in.

This commit is contained in:
jake 2001-12-29 09:55:10 +00:00
parent 11da1a2ed8
commit 30c904f5f2

View File

@ -102,7 +102,6 @@ ASSYM(KTR_CT3, KTR_CT3);
ASSYM(KTR_CT4, KTR_CT4);
ASSYM(KTR_SIZEOF, sizeof(struct ktr_entry));
ASSYM(KTR_TIMESTAMP, offsetof(struct ktr_entry, ktr_timestamp));
ASSYM(KTR_DESC, offsetof(struct ktr_entry, ktr_desc));
ASSYM(KTR_PARM1, offsetof(struct ktr_entry, ktr_parm1));
ASSYM(KTR_PARM2, offsetof(struct ktr_entry, ktr_parm2));