summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2002-02-16 03:13:32 +0000
committermickey <mickey@openbsd.org>2002-02-16 03:13:32 +0000
commit89ebfc0d808a99cb50446e5a1fb39d9bbadb221d (patch)
tree71bfc780c4bc27f814946b97d8abf4761fc9dbfa
parentremove some libraries, hides vax ld bug too (diff)
downloadwireguard-openbsd-89ebfc0d808a99cb50446e5a1fb39d9bbadb221d.tar.xz
wireguard-openbsd-89ebfc0d808a99cb50446e5a1fb39d9bbadb221d.zip
there are bugs, and then there are pastos
-rw-r--r--sys/arch/hppa/include/bus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/bus.h b/sys/arch/hppa/include/bus.h
index 5472a140b32..0e069b60dc9 100644
--- a/sys/arch/hppa/include/bus.h
+++ b/sys/arch/hppa/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.16 2002/02/16 02:40:12 mickey Exp $ */
+/* $OpenBSD: bus.h,v 1.17 2002/02/16 03:13:32 mickey Exp $ */
/*
* Copyright (c) 1998,1999 Michael Shalayeff
@@ -409,9 +409,9 @@ struct hppa_bus_dmamap {
/*
* PUBLIC MEMBERS: these are used by machine-independent code.
*/
+ bus_size_t dm_mapsize; /* size of the mapping */
int dm_nsegs; /* # valid segments in mapping */
bus_dma_segment_t dm_segs[1]; /* segments; variable length */
- bus_size_t dm_mapsize; /* size of the mapping */
};
#endif /* _MACHINE_BUS_H_ */