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.29: smaller struct exec_package.



details:   https://anonhg.NetBSD.org/src/rev/2ea0c3ed24d3
branches:  trunk
changeset: 754497:2ea0c3ed24d3
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun May 02 05:31:47 2010 +0000

description:
5.99.29: smaller struct exec_package.

diffstat:

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

diffs (18 lines):

diff -r 476ccde171d0 -r 2ea0c3ed24d3 sys/sys/param.h
--- a/sys/sys/param.h   Sun May 02 05:30:20 2010 +0000
+++ b/sys/sys/param.h   Sun May 02 05:31:47 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.363 2010/04/28 23:46:37 dyoung Exp $       */
+/*     $NetBSD: param.h,v 1.364 2010/05/02 05:31:47 dholland Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      599002800       /* NetBSD 5.99.28 */
+#define        __NetBSD_Version__      599002900       /* NetBSD 5.99.29 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index