From: Ben Gras Date: Mon, 13 Mar 2006 13:18:39 +0000 (+0000) Subject: . Version is '3.1.2-B1', stands for -beta1 X-Git-Tag: v3.1.2a~251 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keygen.html?a=commitdiff_plain;h=b3f969af94b0f5a3f8091706334dde090ae04949;p=minix.git . Version is '3.1.2-B1', stands for -beta1 . Removed old copyright notice from --- diff --git a/include/minix/config.h b/include/minix/config.h index 2c41c56ec..9b12a3cb4 100755 --- a/include/minix/config.h +++ b/include/minix/config.h @@ -3,7 +3,7 @@ /* Minix release and version numbers. */ #define OS_RELEASE "3" -#define OS_VERSION "1.2" +#define OS_VERSION "1.2-B1" /* This file sets configuration parameters for the MINIX kernel, FS, and PM. * It is divided up into two main sections. The first section contains diff --git a/include/minix/const.h b/include/minix/const.h index c0639180a..a3cd8c48d 100755 --- a/include/minix/const.h +++ b/include/minix/const.h @@ -1,6 +1,3 @@ -/* Copyright (C) 2001 by Prentice-Hall, Inc. See the copyright notice in - * the file /usr/src/LICENSE. - */ #ifndef CHIP #error CHIP is not defined @@ -107,9 +104,6 @@ #define X_BIT 0000001 /* rwX protection bit */ #define I_NOT_ALLOC 0000000 /* this inode is free */ -/* Flag used only in flags argument of dev_open. */ -#define RO_BIT 0200000 /* Open device readonly; fail if writable. */ - /* Some limits. */ #define MAX_BLOCK_NR ((block_t) 077777777) /* largest block number */ #define HIGHEST_ZONE ((zone_t) 077777777) /* largest zone number */