summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2007-10-08 08:17:15 +0000
committergilles <gilles@openbsd.org>2007-10-08 08:17:15 +0000
commit3eb7b8f314f64e05b0f98d579c26824ddb1a4ef6 (patch)
tree20ecec9c15c358ef62851ebcb1e2bea0c8acffb1 /lib/libc
parentPrint registered/CAS latency information for SDRAM. (diff)
downloadwireguard-openbsd-3eb7b8f314f64e05b0f98d579c26824ddb1a4ef6.tar.xz
wireguard-openbsd-3eb7b8f314f64e05b0f98d579c26824ddb1a4ef6.zip
attribute packed -> __packed
OK millert
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/runetype.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/locale/runetype.h b/lib/libc/locale/runetype.h
index a1635652682..57683a1e41a 100644
--- a/lib/libc/locale/runetype.h
+++ b/lib/libc/locale/runetype.h
@@ -1,7 +1,7 @@
#ifndef _NB_RUNETYPE_H_
#define _NB_RUNETYPE_H_
-/* $OpenBSD: runetype.h,v 1.4 2005/08/08 05:53:01 espie Exp $ */
+/* $OpenBSD: runetype.h,v 1.5 2007/10/08 08:17:15 gilles Exp $ */
/* $NetBSD: runetype.h,v 1.18 2003/08/07 16:43:04 agc Exp $ */
/*-
* Copyright (c) 1993
@@ -84,12 +84,12 @@ typedef struct {
int32_t fre_min; /* First rune of the range */
int32_t fre_max; /* Last rune (inclusive) of the range */
int32_t fre_map; /* What first maps to in maps */
-} __attribute__((__packed__)) _FileRuneEntry;
+} __packed _FileRuneEntry;
typedef struct {
uint32_t frr_nranges; /* Number of ranges stored */
-} __attribute__((__packed__)) _FileRuneRange;
+} __packed _FileRuneRange;
typedef struct {
@@ -114,7 +114,7 @@ typedef struct {
int32_t frl_variable_len;/* how long that data is */
/* variable size data follows */
-} __attribute__((__packed__)) _FileRuneLocale;
+} __packed _FileRuneLocale;
/*