Matthew Dillon
|
ef528b292a
|
Only needed to cast array index from char to unsigned char, did not
also have to cast it to int. (int)(unsigned char)char_exp ->
(unsigned char)char_exp.
|
1999-02-14 20:58:21 +00:00 |
|
Matthew Dillon
|
f01a9dd520
|
cleanup warnings by propogating const char pointers properly.
|
1999-01-29 08:09:32 +00:00 |
|
Matthew Dillon
|
8aef171243
|
Fix warnings in preparation for adding -Wall -Wcast-qual to the
kernel compile
|
1999-01-28 00:57:57 +00:00 |
|
Matthew Dillon
|
598217c491
|
Fix array index of signed char to cast to unsigned char and then to int.
Also general const cleanup.
|
1999-01-27 21:36:14 +00:00 |
|
Mike Smith
|
118537f287
|
Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be used
for parsing kernel environment values, although they have utility elsewhere.
|
1999-01-15 00:03:39 +00:00 |
|