|
From: Petr S. <pe...@us...> - 2001-02-09 19:59:34
|
Update of /cvsroot/cscope/cscope/src In directory usw-pr-cvs1:/tmp/cvs-serv30087/src Modified Files: dir.c input.c version.h Log Message: New version number 15.2.b. Darwin support. Index: dir.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/dir.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** dir.c 2000/10/27 12:36:55 1.8 --- dir.c 2001/02/09 19:59:59 1.9 *************** *** 38,44 **** #include <stdlib.h> #include <dirent.h> #include <stdlib.h> - #include <sys/types.h> /* needed by stat.h */ #include <sys/stat.h> /* stat */ #include "global.h" --- 38,44 ---- #include <stdlib.h> + #include <sys/types.h> /* needed by stat.h and dirent.h */ #include <dirent.h> #include <stdlib.h> #include <sys/stat.h> /* stat */ #include "global.h" Index: input.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/input.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** input.c 2000/05/31 16:54:10 1.5 --- input.c 2001/02/09 19:59:59 1.6 *************** *** 44,47 **** --- 44,48 ---- #include <setjmp.h> /* jmp_buf */ #include <stdlib.h> + #include <sys/termios.h> static char const rcsid[] = "$Id$"; Index: version.h =================================================================== RCS file: /cvsroot/cscope/cscope/src/version.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** version.h 2000/11/20 20:07:24 1.4 --- version.h 2001/02/09 19:59:59 1.5 *************** *** 40,42 **** #define FILEVERSION 15 /* Initial Open Source and Linux Port */ ! #define FIXVERSION ".1" /* feature and bug fix version */ --- 40,42 ---- #define FILEVERSION 15 /* Initial Open Source and Linux Port */ ! #define FIXVERSION ".2b" /* feature and bug fix version */ |