From: jason Date: Wed, 22 Mar 2000 15:49:51 +0000 (+0000) Subject: eissed another renamning of result_status -> result_flags X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=995394e49dcb1b1f05b205fd8d1507d63419d7d0;p=openbsd eissed another renamning of result_status -> result_flags --- 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))