aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/mount.h')
-rw-r--r--sys/sys/mount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 1941f2da2f09..00040932e7a3 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -52,6 +52,8 @@
typedef struct fsid { int32_t val[2]; } fsid_t; /* filesystem id type */
+#define fsidcmp(a, b) memcmp((a), (b), sizeof(fsid_t))
+
/*
* File identifier.
* These are unique per filesystem on a single machine.