Y
Hacker News
new
|
ask
|
show
|
jobs
by
piss_n_chips
924 days ago
This isn't correct, as npins is a signed int and SYS_kbind is just a macro for the integer 86 (as defined in sys/syscall.h). So it will be a signed comparison between the value of npins and 86.
1 comments
trealira
924 days ago
My bad, I thought npins was unsigned.
link