Import the complete OpenBSD source tree (base system)

as of CTM delta 3496 (roughly 1200 UTC today) into the
vendor branch.
Attention: this is a big update. Don't even try to
build this system, OpenBSD 3.4-beta, yet on your own.
This commit is contained in:
tg
2003-08-11 17:45:54 +00:00
parent ea72216cc5
commit 1a61c10126
6 changed files with 29 additions and 25 deletions

4
lex.c
View File

@@ -1,4 +1,4 @@
/* $OpenBSD: lex.c,v 1.17 2003/02/28 09:45:09 jmc Exp $ */
/* $OpenBSD: lex.c,v 1.18 2003/08/06 21:08:05 millert Exp $ */
/*
* lexical analysis and source input
@@ -1394,5 +1394,5 @@ pop_state_(si, old_end)
afree(old_base, ATEMP);
return si->base + STATE_BSIZE - 1;;
return si->base + STATE_BSIZE - 1;
}