1.4ZB -- ltsleep().
This commit is contained in:
parent
b0afc900f5
commit
c7eb823cc8
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: osrelease.sh,v 1.43 2000/06/04 19:17:27 cgd Exp $
|
||||
# $NetBSD: osrelease.sh,v 1.44 2000/06/08 05:53:34 thorpej Exp $
|
||||
#
|
||||
# Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
# Release number to use
|
||||
# Also check __NetBSD_Version__ in sys/sys/param.h if you change this!
|
||||
release=1.4ZA
|
||||
release=1.4ZB
|
||||
|
||||
|
||||
case $1 in
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: param.h,v 1.95 2000/06/08 05:50:39 thorpej Exp $ */
|
||||
/* $NetBSD: param.h,v 1.96 2000/06/08 05:53:34 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
|
@ -65,7 +65,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 104270000 /* NetBSD 1.4ZA */
|
||||
#define __NetBSD_Version__ 104280000 /* NetBSD 1.4ZB */
|
||||
|
||||
/*
|
||||
* Historical NetBSD #define
|
||||
|
|
Loading…
Reference in New Issue