mm -> pm fixes

CTRL nitpick in setup ;)

un-executable scripts fixes
This commit is contained in:
Ben Gras 2005-05-04 09:28:37 +00:00
parent 7dfa3c595b
commit 427727ed1f
4 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ sbc: sbc.o $(OFILES) global.o
math.h: libmath.b
$(MAKE) -$(MAKEFLAGS) fbc
./fbc -c libmath.b </dev/null >math.h
./fix_math.h
/bin/sh ./fix_math.h
rm -f ./fbc
fbc: $(OFILES) bc.o

View file

@ -37,7 +37,7 @@
#include "../../kernel/type.h"
#include "../../kernel/proc.h"
#undef printf /* kernel's const.h defined this */
#include "../../servers/mm/mproc.h"
#include "../../servers/pm/mproc.h"
#include <a.out.h>
#include <ctype.h>

View file

@ -10,9 +10,9 @@
#undef EXTERN
#define EXTERN
#include "../../servers/mm/const.h"
#include "../../servers/mm/type.h"
#include "../../servers/mm/mproc.h"
#include "../../servers/pm/const.h"
#include "../../servers/pm/type.h"
#include "../../servers/pm/mproc.h"
#include "../../kernel/const.h"
#include "../../kernel/type.h"
#include "../../kernel/proc.h"

View file

@ -130,7 +130,7 @@ esac
echo -n "\
This is the Minix installation script.
Note 1: If the screen blanks suddenly then hit control+F3 to select \"software
Note 1: If the screen blanks suddenly then hit CTRL+F3 to select \"software
scrolling\".
Note 2: If things go wrong then hit DEL and start over.