X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/089adc9dc292b5d8ec441082b224bba5b1813534..89b8a44c39dff7025513774770eb2d17f246bb7a:/usr/src/sys/vax/mba/hp.c diff --git a/usr/src/sys/vax/mba/hp.c b/usr/src/sys/vax/mba/hp.c index dc3749dd68..34fc1c455e 100644 --- a/usr/src/sys/vax/mba/hp.c +++ b/usr/src/sys/vax/mba/hp.c @@ -1,4 +1,4 @@ -/* hp.c 4.40 81/06/03 */ +/* hp.c 4.42 81/11/18 */ #ifdef HPDEBUG int hpdebug; @@ -340,7 +340,7 @@ hard: goto hard; } else if (hptypes[mi->mi_type] == MBDT_RM80 && hpaddr->hper2&HPER2_SSE) { - hpecc(mi, SSE); + (void) hpecc(mi, SSE); return (MBD_RESTARTED); } else if ((hpaddr->hper1&(HPER1_DCK|HPER1_ECH))==HPER1_DCK) { if (hpecc(mi, ECC))