mirror of
https://github.com/opnsense/src.git
synced 2026-03-28 05:33:12 -04:00
compat32: retire now-unused MIPS support
This reverts commit a6d20bbaa2.
This commit is contained in:
parent
7c326ab5bb
commit
eafafebe47
1 changed files with 0 additions and 4 deletions
|
|
@ -1311,11 +1311,7 @@ freebsd32_copyoutmsghdr(struct msghdr *msg, struct msghdr32 *msg32)
|
|||
return (error);
|
||||
}
|
||||
|
||||
#ifndef __mips__
|
||||
#define FREEBSD32_ALIGNBYTES (sizeof(int) - 1)
|
||||
#else
|
||||
#define FREEBSD32_ALIGNBYTES (sizeof(long) - 1)
|
||||
#endif
|
||||
#define FREEBSD32_ALIGN(p) \
|
||||
(((u_long)(p) + FREEBSD32_ALIGNBYTES) & ~FREEBSD32_ALIGNBYTES)
|
||||
#define FREEBSD32_CMSG_SPACE(l) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue