From: ceriel Date: Tue, 13 Sep 1988 09:11:54 +0000 (+0000) Subject: initialize oh_stamp fields of header X-Git-Tag: release-5-5~2846 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5fd21b16a9b753b189a1c79cf32fa2e2baac2fb7;p=ack.git initialize oh_stamp fields of header --- diff --git a/util/ceg/ce_back/obj_back/output.c b/util/ceg/ce_back/obj_back/output.c index ef7c662e3..f523d0ffc 100644 --- a/util/ceg/ce_back/obj_back/output.c +++ b/util/ceg/ce_back/obj_back/output.c @@ -16,6 +16,7 @@ output_back() int nrelo = relo - reloc_info; header.oh_magic = O_MAGIC; + header.oh_stamp = 0; header.oh_flags = HF_LINK; header.oh_nsect = 4; header.oh_nrelo = nrelo;