This commit was manufactured by cvs2svn to create tag 'r3_1_2a_cds'.

This commit is contained in:
nobody
2006-05-03 22:45:30 +00:00
parent 28290d0898
commit f9e7fa1a87
104 changed files with 26 additions and 45013 deletions

View File

@@ -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