svn commit: r273378 - head/sys/sys
Hans Petter Selasky
hselasky at FreeBSD.org
Tue Oct 21 07:49:35 UTC 2014
Author: hselasky
Date: Tue Oct 21 07:49:34 2014
New Revision: 273378
URL: https://svnweb.freebsd.org/changeset/base/273378
Log:
Fix minor typo in currently unused macro.
MFC after: 3 days
Modified:
head/sys/sys/sysctl.h
Modified: head/sys/sys/sysctl.h
==============================================================================
--- head/sys/sys/sysctl.h Tue Oct 21 07:31:21 2014 (r273377)
+++ head/sys/sys/sysctl.h Tue Oct 21 07:49:34 2014 (r273378)
@@ -378,7 +378,7 @@ TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_e
})
/* 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), \
More information about the svn-src-all
mailing list