Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Mar 2015 02:44:21 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r279574 - user/marcel/libvdsk/libvdsk
Message-ID:  <201503040244.t242iL3h057698@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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__ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503040244.t242iL3h057698>