Fix BC 3.1 CONFIG.C compile and SYS Abnormal Program Termination error for BC

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1144 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Luchezar Georgiev 2005-09-19 17:43:11 +00:00
parent 0217d442c3
commit 58c6e29895
2 changed files with 3 additions and 3 deletions

View File

@ -166,7 +166,7 @@ STATIC BOOL GetNumArg2(PCStr, int default2);
static void hintSkipAll(void);
static BOOL askSkipLine(void);
STATIC char strcasediff(PCStr, PCStr);
STATIC void LoadCountryInfoHardCoded(CStr filename, int ccode, int cpage);
STATIC void LoadCountryInfoHardCoded(PCStr filename, int ccode, int cpage);
STATIC void umb_init(void);
STATIC void config_init_buffers(int anzBuffers); /* from BLOCKIO.C */
@ -1139,7 +1139,7 @@ STATIC void Fcbs(PCStr p)
* the default code page for the country will be used.
*/
STATIC void LoadCountryInfo(CStr filename, int ccode, int cpage)
STATIC void LoadCountryInfo(PCStr filename, int ccode, int cpage)
{
/* COUNTRY.SYS file data structures - see RBIL tables 2619-2622 */

View File

@ -204,7 +204,7 @@ char *getenv(const char *name)
BYTE pgm[] = "SYS";
#define SEC_SIZE 512
#define COPY_SIZE 0x7e00
#define COPY_SIZE 0x4000
struct bootsectortype {
UBYTE bsJump[3];