From 995394e49dcb1b1f05b205fd8d1507d63419d7d0 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 22 Mar 2000 15:49:51 +0000 Subject: [PATCH] eissed another renamning of result_status -> result_flags --- sys/dev/pci/hifn7751var.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h index c467fbb8bb9..f50bf7acd11 100644 --- a/sys/dev/pci/hifn7751var.h +++ b/sys/dev/pci/hifn7751var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751var.h,v 1.5 2000/03/22 03:57:57 jason Exp $ */ +/* $OpenBSD: hifn7751var.h,v 1.6 2000/03/22 15:49:51 jason Exp $ */ /* * Invertex AEON / Hi/fn 7751 driver @@ -234,7 +234,7 @@ typedef struct hifn_command { #define HIFN_USING_MAC(f) ((f) & (HIFN_MAC_MD5|HIFN_MAC_SHA1)) /* - * Defines for the "result_status" parameter of hifn_command_t. + * Defines for the "result_flags" parameter of hifn_command_t. */ #define HIFN_MAC_BAD 1 #define HIFN_MAC_OK(r) (!((r) & HIFN_MAC_BAD)) -- 2.20.1