Source-Changes-HG archive

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

[src/trunk]: src/sys/sys 5.99.24: bpf_foo => bpf_ops->bpf_foo



details:   https://anonhg.NetBSD.org/src/rev/882075a77f8c
branches:  trunk
changeset: 750949:882075a77f8c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jan 19 22:12:00 2010 +0000

description:
5.99.24: bpf_foo => bpf_ops->bpf_foo
(better bump than bummer)

diffstat:

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

diffs (18 lines):

diff -r 4c7e8d2daba0 -r 882075a77f8c sys/sys/param.h
--- a/sys/sys/param.h   Tue Jan 19 22:11:57 2010 +0000
+++ b/sys/sys/param.h   Tue Jan 19 22:12:00 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.358 2009/12/29 04:24:32 elad Exp $ */
+/*     $NetBSD: param.h,v 1.359 2010/01/19 22:12:00 pooka Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      599002300       /* NetBSD 5.99.23 */
+#define        __NetBSD_Version__      599002400       /* NetBSD 5.99.24 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index