Merge MirBSD-old entirely

Remove krb, yp, afs, GPL'd stuff in kernel
Adjust some other stuff

Not to be compiled yet...
This commit is contained in:
tg
2003-03-23 21:47:53 +00:00
parent 80609f6010
commit ff2a0a12f7
3 changed files with 12 additions and 2 deletions

View File

@ -1017,8 +1017,8 @@ histload(s, base, bytes)
register int bytes;
{
State state;
int lno;
unsigned char *line;
int lno = 0;
unsigned char *line = NULL;
for (state = shdr; bytes-- > 0; base++) {
switch (state) {