diff options
Diffstat (limited to 'sys/kern/subr_rlist.c')
-rw-r--r-- | sys/kern/subr_rlist.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c index e7011a5..17b4055 100644 --- a/sys/kern/subr_rlist.c +++ b/sys/kern/subr_rlist.c @@ -54,11 +54,9 @@ * functioning of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: subr_rlist.c,v 1.23 1997/09/16 11:43:31 bde Exp $ + * $Id: subr_rlist.c,v 1.24 1998/02/04 22:32:35 eivind Exp $ */ -#include "opt_diagnostic.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/rlist.h> |