From 086450a69044f3ede65845d9a616116db9a6d006 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 16 Feb 1999 00:03:34 +0000 Subject: Merge from NetBSD, mostly indentation --- sys/dev/raidframe/rf_hist.h | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'sys/dev/raidframe/rf_hist.h') diff --git a/sys/dev/raidframe/rf_hist.h b/sys/dev/raidframe/rf_hist.h index 371c544d316..70104aa4f90 100644 --- a/sys/dev/raidframe/rf_hist.h +++ b/sys/dev/raidframe/rf_hist.h @@ -1,5 +1,5 @@ -/* $OpenBSD: rf_hist.h,v 1.1 1999/01/11 14:29:25 niklas Exp $ */ -/* $NetBSD: rf_hist.h,v 1.1 1998/11/13 04:20:30 oster Exp $ */ +/* $OpenBSD: rf_hist.h,v 1.2 1999/02/16 00:02:51 niklas Exp $ */ +/* $NetBSD: rf_hist.h,v 1.3 1999/02/05 00:06:12 oster Exp $ */ /* * rf_hist.h * @@ -31,22 +31,6 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. */ -/* : - * Log: rf_hist.h,v - * Revision 1.3 1996/06/09 02:36:46 jimz - * lots of little crufty cleanup- fixup whitespace - * issues, comment #ifdefs, improve typing in some - * places (esp size-related) - * - * Revision 1.2 1996/05/31 22:26:54 jimz - * fix a lot of mapping problems, memory allocation problems - * found some weird lock issues, fixed 'em - * more code cleanup - * - * Revision 1.1 1996/05/31 10:33:05 jimz - * Initial revision - * - */ #ifndef _RF__RF_HIST_H_ #define _RF__RF_HIST_H_ @@ -70,4 +54,4 @@ typedef RF_uint32 RF_Hist_t; _hist_[(val - RF_HIST_MIN_VAL) / RF_HIST_RESOLUTION]++; \ } -#endif /* !_RF__RF_HIST_H_ */ +#endif /* !_RF__RF_HIST_H_ */ -- cgit v1.2.3