]> Zhao Yanbai Git Server - minix.git/commitdiff
. Version is '3.1.2-B1', stands for -beta1
authorBen Gras <ben@minix3.org>
Mon, 13 Mar 2006 13:18:39 +0000 (13:18 +0000)
committerBen Gras <ben@minix3.org>
Mon, 13 Mar 2006 13:18:39 +0000 (13:18 +0000)
 . Removed old copyright notice from <minix/const.h>

include/minix/config.h
include/minix/const.h

index 2c41c56ec83cc7ff5959129468392fbddc02c8d9..9b12a3cb4728c2ce25378a72437e4587720b0f0d 100755 (executable)
@@ -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
index c0639180a28e35d2c61fcda0d4e5d4fb74c802ae..a3cd8c48d9dd8b9aba09306f406c2c40d0b76284 100755 (executable)
@@ -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
 #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 */