Subject: param.h -- BSD define
To: None <current-users@NetBSD.org>
From: Erik Bertelsen <erik@mediator.uni-c.dk>
List: current-users
Date: 07/16/1999 22:20:14
Hi around the globe :-)
For inexplicable reasons I came across the following change in sys/param.h
in my latest sup:
diff -c -r1.1.1.35 -r1.1.1.36
*** param.h 1999/07/13 23:34:19 1.1.1.35
--- param.h 1999/07/16 18:21:45 1.1.1.36
***************
*** 1,4 ****
! /* $NetBSD: param.h,v 1.65 1999/07/12 20:55:32 kleink Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
--- 1,4 ----
! /* $NetBSD: param.h,v 1.66 1999/07/15 22:00:40 wrstuden Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
***************
*** 46,52 ****
/*
* Historic BSD #defines -- probably will remain untouched for all time.
*/
! #define BSD 199506 /* System version (year & month). */
#define BSD4_3 1
#define BSD4_4 1
--- 46,52 ----
/*
* Historic BSD #defines -- probably will remain untouched for all time.
*/
! #define BSD 199507 /* System version (year & month). */
#define BSD4_3 1
#define BSD4_4 1
***************
*** 65,71 ****
*
*/
! #define __NetBSD_Version__ 104060000 /* NetBSD 1.4F */
/*
* Historical NetBSD #define
--- 65,71 ----
*
*/
! #define __NetBSD_Version__ 104070000 /* NetBSD 1.4G */
/*
* Historical NetBSD #define
Somehow I have the feeling that BSD should not have been redefined -- and
otherwise I'm a little skeptical of the year :-)
Can anyone explain to me what happens (or just tell me that I'm making a
fool of myself...) ?
- Erik Bertelsen