aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-06-08 13:57:27 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-06-08 13:57:27 +0000
commit2d0013144a0cc97a006c8aab21c05b37244ab288 (patch)
tree033a3b59246f0042fb11e2eec130f164cdda9425 /libbb
parentdeb80875c85869db51883249f66ca92edca00bb9 (diff)
downloadbusybox-w32-2d0013144a0cc97a006c8aab21c05b37244ab288.tar.gz
busybox-w32-2d0013144a0cc97a006c8aab21c05b37244ab288.tar.bz2
busybox-w32-2d0013144a0cc97a006c8aab21c05b37244ab288.zip
Add padding to struct sysinfo needed by m68k (note and patch by Richard
Hirst). git-svn-id: svn://busybox.net/trunk/busybox@2806 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r--libbb/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/libbb.h b/libbb/libbb.h
index 31bd97f2e..f99d25780 100644
--- a/libbb/libbb.h
+++ b/libbb/libbb.h
@@ -190,6 +190,7 @@ struct sysinfo {
190 unsigned long totalswap; /* Total swap space size */ 190 unsigned long totalswap; /* Total swap space size */
191 unsigned long freeswap; /* swap space still available */ 191 unsigned long freeswap; /* swap space still available */
192 unsigned short procs; /* Number of current processes */ 192 unsigned short procs; /* Number of current processes */
193 unsigned short pad; /* Padding needed for m68k */
193 unsigned long totalhigh; /* Total high memory size */ 194 unsigned long totalhigh; /* Total high memory size */
194 unsigned long freehigh; /* Available high memory size */ 195 unsigned long freehigh; /* Available high memory size */
195 unsigned int mem_unit; /* Memory unit size in bytes */ 196 unsigned int mem_unit; /* Memory unit size in bytes */