mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
sys/mount.h: use __inline
(cherry picked from commit f76cb7bd08e02d868e640b3442b2bc45edf8f56a)
This commit is contained in:
parent
7e2bfa3d7a
commit
0dd45fdb74
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
typedef struct fsid { int32_t val[2]; } fsid_t; /* filesystem id type */
|
||||
|
||||
/* Returns non-zero if fsids are different. */
|
||||
static inline int
|
||||
static __inline int
|
||||
fsidcmp(const fsid_t *a, const fsid_t *b)
|
||||
{
|
||||
return (a->val[0] != b->val[0] || a->val[1] != b->val[1]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue