summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-10-21 07:49:34 +0000
committerhselasky <hselasky@FreeBSD.org>2014-10-21 07:49:34 +0000
commita452ec32d4fb2a32350a687016c89498f5fea5b9 (patch)
tree137f1aff7be5264ea9909ebdce860cd689257a35 /sys
parent49c137f7be5791eee8102395257cdf48b40c81f7 (diff)
downloadFreeBSD-src-a452ec32d4fb2a32350a687016c89498f5fea5b9.zip
FreeBSD-src-a452ec32d4fb2a32350a687016c89498f5fea5b9.tar.gz
Fix minor typo in currently unused macro.
MFC after: 3 days
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sysctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h
index d204b70..510ab3e 100644
--- a/sys/sys/sysctl.h
+++ b/sys/sys/sysctl.h
@@ -378,7 +378,7 @@ TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_entry);
})
/* Oid for a quad. The pointer must be non NULL. */
-#define SYSCTL_NULL_QUAD_PTR ((int64_T *)NULL)
+#define SYSCTL_NULL_QUAD_PTR ((int64_t *)NULL)
#define SYSCTL_QUAD(parent, nbr, name, access, ptr, val, descr) \
SYSCTL_OID(parent, nbr, name, \
CTLTYPE_S64 | CTLFLAG_MPSAFE | (access), \
OpenPOWER on IntegriCloud