svn commit: r249355 - head/lib/libkvm

Gleb Smirnoff glebius at FreeBSD.org
Thu Apr 11 07:30:50 UTC 2013


Author: glebius
Date: Thu Apr 11 07:30:49 2013
New Revision: 249355
URL: http://svnweb.freebsd.org/changeset/base/249355

Log:
  Include types.h for C99 uintXX_t types.

Modified:
  head/lib/libkvm/kvm.h

Modified: head/lib/libkvm/kvm.h
==============================================================================
--- head/lib/libkvm/kvm.h	Thu Apr 11 07:02:27 2013	(r249354)
+++ head/lib/libkvm/kvm.h	Thu Apr 11 07:30:49 2013	(r249355)
@@ -34,7 +34,7 @@
 #define	_KVM_H_
 
 #include <sys/cdefs.h>
-#include <sys/_types.h>
+#include <sys/types.h>
 #include <nlist.h>
 
 /* Default version symbol. */


More information about the svn-src-all mailing list