This commit was manufactured by cvs2svn to create tag 'r3_1_2a_cds'.
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
#else
|
||||
/* Debugging enabled -- verify assertions at run time. */
|
||||
#ifdef _ANSI
|
||||
#define __str(x) # x
|
||||
#define __xstr(x) __str(x)
|
||||
#define __makestr(x) # x
|
||||
#define __xstr(x) __makestr(x)
|
||||
|
||||
_PROTOTYPE( void __bad_assertion, (const char *_mess) );
|
||||
#define assert(expr) ((expr)? (void)0 : \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/* Minix release and version numbers. */
|
||||
#define OS_RELEASE "3"
|
||||
#define OS_VERSION "1.2"
|
||||
#define OS_VERSION "1.2a"
|
||||
|
||||
/* This file sets configuration parameters for the MINIX kernel, FS, and PM.
|
||||
* It is divided up into two main sections. The first section contains
|
||||
|
||||
@@ -130,7 +130,7 @@ struct machine {
|
||||
int pc_at;
|
||||
int ps_mca;
|
||||
int processor;
|
||||
int protected;
|
||||
int prot;
|
||||
int vdu_ega;
|
||||
int vdu_vga;
|
||||
};
|
||||
|
||||
@@ -75,7 +75,7 @@ _PROTOTYPE( int getloadavg, (double *, int) );
|
||||
#endif
|
||||
|
||||
#ifdef _MINIX
|
||||
_PROTOTYPE( int putenv, (const char *_name) );
|
||||
_PROTOTYPE( int putenv, (char *_name) );
|
||||
_PROTOTYPE( int setenv, (const char *name, const char *val, const int f));
|
||||
|
||||
/* According to POSIX, getopt should be in unistd.h. What do we do with
|
||||
|
||||
Reference in New Issue
Block a user