svn commit: r249926 - head/share/man/man9

Gleb Smirnoff glebius at FreeBSD.org
Fri Apr 26 13:02:11 UTC 2013


Author: glebius
Date: Fri Apr 26 13:02:11 2013
New Revision: 249926
URL: http://svnweb.freebsd.org/changeset/base/249926

Log:
  On those machines that use critical(9) for counter(9) we need to
  include systm.h.

Modified:
  head/share/man/man9/counter.9

Modified: head/share/man/man9/counter.9
==============================================================================
--- head/share/man/man9/counter.9	Fri Apr 26 12:50:32 2013	(r249925)
+++ head/share/man/man9/counter.9	Fri Apr 26 13:02:11 2013	(r249926)
@@ -33,6 +33,7 @@
 .Nd "SMP-friendly kernel counter implementation"
 .Sh SYNOPSIS
 .In sys/types.h
+.In sys/systm.h
 .In sys/counter.h
 .Ft counter_u64_t
 .Fn counter_u64_alloc "int wait"


More information about the svn-src-all mailing list