--- kaffe/kaffeh/main.c Sat Oct 4 03:26:55 1997 +++ kaffe/kaffeh/main.c Wed Jan 21 12:35:44 1998 @@ -130,11 +130,13 @@ strcpy(tmpName, stubName); strcpy(stubName, directoryName); stubName[dirLen] = PATH_SEP_CHAR; + stubName[dirLen + 1] = 0; strcat(stubName, tmpName); strcpy(tmpName, includeName); strcpy(includeName, directoryName); includeName[dirLen] = PATH_SEP_CHAR; + includeName[dirLen + 1] = 0; strcat(includeName, tmpName); } --- config/i386/netbsd1/md.h 1998/02/03 14:29:01 1.1 +++ config/i386/netbsd1/md.h 1998/02/03 14:30:48 @@ -16,6 +16,12 @@ #include "i386/common.h" #include "i386/threads.h" +/* + * Redefine stack pointer offset. + */ +#undef SP_OFFSET +#define SP_OFFSET 2 + #if defined(TRANSLATOR) #include "jit-md.h" #endif