K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T19:56:02.000000Z K 7 svn:log V 415 "fix" long standing aicasm build glitch. The problem was the reorganization in rev 1.16 of i386/include/types.h which changed stdlib.h's use of . The problem was the -I. was causing machine/types.h to come from the current kernel source, while stdlib.h was coming from /usr/include. /usr/include/stdlib.h is as old as the last 'make world', the machine/types.h was as new as the current source. END