"struct ka" is now "struct kernel_args".

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3139 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-05-03 14:14:39 +00:00
parent c17f45d123
commit 45792a2df2

View File

@ -12,7 +12,7 @@
// kernel args
typedef struct ka {
typedef struct kernel_args {
uint32 cons_line;
char *str;
addr_range bootdir_addr;