svn commit: r267890 - user/marcel/mkimg

Marcel Moolenaar marcel at FreeBSD.org
Thu Jun 26 02:39:18 UTC 2014


Author: marcel
Date: Thu Jun 26 02:39:17 2014
New Revision: 267890
URL: http://svnweb.freebsd.org/changeset/base/267890

Log:
  We don't need APM definitions here.

Modified:
  user/marcel/mkimg/raw.c
  user/marcel/mkimg/vmdk.c

Modified: user/marcel/mkimg/raw.c
==============================================================================
--- user/marcel/mkimg/raw.c	Thu Jun 26 02:14:08 2014	(r267889)
+++ user/marcel/mkimg/raw.c	Thu Jun 26 02:39:17 2014	(r267890)
@@ -28,7 +28,6 @@
 __FBSDID("$FreeBSD$");
 
 #include <sys/types.h>
-#include <sys/apm.h>
 #include <sys/endian.h>
 #include <sys/errno.h>
 #include <stdlib.h>

Modified: user/marcel/mkimg/vmdk.c
==============================================================================
--- user/marcel/mkimg/vmdk.c	Thu Jun 26 02:14:08 2014	(r267889)
+++ user/marcel/mkimg/vmdk.c	Thu Jun 26 02:39:17 2014	(r267890)
@@ -28,7 +28,6 @@
 __FBSDID("$FreeBSD$");
 
 #include <sys/types.h>
-#include <sys/apm.h>
 #include <sys/endian.h>
 #include <sys/errno.h>
 #include <stdint.h>


More information about the svn-src-user mailing list