Update BSD and NetBSD0_9.

This commit is contained in:
mycroft 1994-06-08 11:46:38 +00:00
parent 264b874c14
commit fcaf1dd8ac
1 changed files with 3 additions and 3 deletions

View File

@ -36,15 +36,15 @@
* SUCH DAMAGE.
*
* from: @(#)param.h 8.2 (Berkeley) 1/21/94
* $Id: param.h,v 1.11 1994/05/24 02:35:24 cgd Exp $
* $Id: param.h,v 1.12 1994/06/08 11:46:38 mycroft Exp $
*/
#define BSD 199103 /* System version (year & month). */
#define BSD 199306 /* System version (year & month). */
#define BSD4_3 1
#define BSD4_4 1
#define NetBSD 1993070 /* NetBSD version (year, month, release) */
#define NetBSD0_9 2 /* NetBSD 0.9B */
#define NetBSD0_9 3 /* NetBSD 0.9C */
#ifndef NULL
#define NULL 0