diff options
author | 2002-02-16 03:13:32 +0000 | |
---|---|---|
committer | 2002-02-16 03:13:32 +0000 | |
commit | 89ebfc0d808a99cb50446e5a1fb39d9bbadb221d (patch) | |
tree | 71bfc780c4bc27f814946b97d8abf4761fc9dbfa | |
parent | remove some libraries, hides vax ld bug too (diff) | |
download | wireguard-openbsd-89ebfc0d808a99cb50446e5a1fb39d9bbadb221d.tar.xz wireguard-openbsd-89ebfc0d808a99cb50446e5a1fb39d9bbadb221d.zip |
there are bugs, and then there are pastos
-rw-r--r-- | sys/arch/hppa/include/bus.h | 4 |
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_ */ |