svn commit: r279574 - user/marcel/libvdsk/libvdsk

Marcel Moolenaar marcel at FreeBSD.org
Wed Mar 4 02:44:22 UTC 2015


Author: marcel
Date: Wed Mar  4 02:44:21 2015
New Revision: 279574
URL: https://svnweb.freebsd.org/changeset/base/279574

Log:
  s/align/aligned/

Modified:
  user/marcel/libvdsk/libvdsk/vdsk_int.h

Modified: user/marcel/libvdsk/libvdsk/vdsk_int.h
==============================================================================
--- user/marcel/libvdsk/libvdsk/vdsk_int.h	Wed Mar  4 02:17:36 2015	(r279573)
+++ user/marcel/libvdsk/libvdsk/vdsk_int.h	Wed Mar  4 02:44:21 2015	(r279574)
@@ -67,6 +67,6 @@ struct vdsk {
 	struct stat fsbuf;
 	off_t	capacity;
 	int	sectorsize;
-} __attribute__((align(16)));
+} __attribute__((aligned(16)));
 
 #endif /* __VDSK_INT_H__ */


More information about the svn-src-user mailing list