mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
vm_offset_t is currently unsigned long but should probably be plain unsigned for i386's to match the choice of minimal types to represent for fixed-width types in Lite2. Anyway, it shouldn't be assumed to be unsigned long. I only fixed the type mismatches that were detected when I changed vm_offset_t to unsigned. Only pointer type mismatches were detected. |
||
|---|---|---|
| .. | ||
| linux_file.c | ||
| linux_ioctl.c | ||
| linux_ipc.c | ||
| linux_misc.c | ||
| linux_signal.c | ||
| linux_socket.c | ||
| linux_stats.c | ||
| linux_util.c | ||
| linux_util.h | ||