summaryrefslogtreecommitdiffstats
path: root/sys/sys/_types.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-09-18 05:51:23 +0000
committermike <mike@FreeBSD.org>2002-09-18 05:51:23 +0000
commit24c9e9c70771f6f20ab69d91fb849d2c64cfcc25 (patch)
treeb9736d9a2e899fec06a98feae11dce94172ce381 /sys/sys/_types.h
parenta96623e90abf5db6bfbed48c7692fb17e3db639e (diff)
downloadFreeBSD-src-24c9e9c70771f6f20ab69d91fb849d2c64cfcc25.zip
FreeBSD-src-24c9e9c70771f6f20ab69d91fb849d2c64cfcc25.tar.gz
Move definition of nl_item type to <sys/_types.h>, so that it can be
shared.
Diffstat (limited to 'sys/sys/_types.h')
-rw-r--r--sys/sys/_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/_types.h b/sys/sys/_types.h
index fd1d942..d11e9c4 100644
--- a/sys/sys/_types.h
+++ b/sys/sys/_types.h
@@ -41,6 +41,7 @@ typedef __uint64_t __fsblkcnt_t;
typedef __uint64_t __fsfilcnt_t;
typedef __uint32_t __gid_t;
typedef __uint16_t __mode_t; /* permissions */
+typedef int __nl_item;
typedef __int64_t __off_t; /* file offset */
typedef __int32_t __pid_t; /* process [group] */
typedef __uint8_t __sa_family_t;
OpenPOWER on IntegriCloud