summaryrefslogtreecommitdiffstats
path: root/sys/sys/_types.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-08-25 19:26:31 +0000
committermike <mike@FreeBSD.org>2002-08-25 19:26:31 +0000
commite125a71225752bb49bc856c385254b897d802224 (patch)
tree48a2fc734f6155f396cfc9860073bdf3a29d594c /sys/sys/_types.h
parentda1dc4af11bcfd019d9e0059aebef41fa1a7a631 (diff)
downloadFreeBSD-src-e125a71225752bb49bc856c385254b897d802224.zip
FreeBSD-src-e125a71225752bb49bc856c385254b897d802224.tar.gz
Move intrmask_t to the kernel-only section of <sys/types.h>. Add some
comments submitted by bde.
Diffstat (limited to 'sys/sys/_types.h')
-rw-r--r--sys/sys/_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/_types.h b/sys/sys/_types.h
index 074dc57..fd1d942 100644
--- a/sys/sys/_types.h
+++ b/sys/sys/_types.h
@@ -39,7 +39,6 @@ typedef __int32_t __clockid_t; /* clock_gettime()... */
typedef __uint32_t __fflags_t; /* file flags */
typedef __uint64_t __fsblkcnt_t;
typedef __uint64_t __fsfilcnt_t;
-typedef __uint32_t __intrmask_t;
typedef __uint32_t __gid_t;
typedef __uint16_t __mode_t; /* permissions */
typedef __int64_t __off_t; /* file offset */
OpenPOWER on IntegriCloud