diff options
| author | yamt <yamt@NetBSD.org> | 2004-01-10 14:46:24 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2004-01-10 14:46:24 +0000 |
| commit | 72d150259883a40bb85e03a224dcde462e4e7b2c (patch) | |
| tree | 773f76fb3c6fa7d0883a59cbb30cb118c842f796 /sys | |
| parent | 80a1b2e48d7f9e3b69926d8b4af4b596c84ebf77 (diff) | |
bump to 1.6ZH. add b_prio to struct buf.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index d7c3ead272a..c38adcbfb94 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.183 2003/12/04 19:39:57 atatat Exp $ */ +/* $NetBSD: param.h,v 1.184 2004/01/10 14:46:24 yamt Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -67,7 +67,7 @@ * needs to be updated and the changes sent back to the groff maintainers. */ -#define __NetBSD_Version__ 106330000 /* NetBSD 1.6ZG */ +#define __NetBSD_Version__ 106340000 /* NetBSD 1.6ZH */ /* * Historical NetBSD #define |
