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

My bad, I thought npins was unsigned.