Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys bump __NetBSD_Version__ due to change in protosw for...



details:   https://anonhg.NetBSD.org/src/rev/872fb9e738f4
branches:  trunk
changeset: 482617:872fb9e738f4
user:      darrenr <darrenr%NetBSD.org@localhost>
date:      Thu Feb 17 11:01:20 2000 +0000

description:
bump __NetBSD_Version__ due to change in protosw for pfil

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 18a3e113f987 -r 872fb9e738f4 sys/sys/param.h
--- a/sys/sys/param.h   Thu Feb 17 10:59:32 2000 +0000
+++ b/sys/sys/param.h   Thu Feb 17 11:01:20 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.86 2000/02/07 20:19:13 thorpej Exp $       */
+/*     $NetBSD: param.h,v 1.87 2000/02/17 11:01:20 darrenr Exp $       */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -65,7 +65,7 @@
  *
  */
 
-#define __NetBSD_Version__  104190000  /* NetBSD 1.4S */
+#define __NetBSD_Version__  104200000  /* NetBSD 1.4T */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index