aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libbb.h1
-rw-r--r--libbb/libbb.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 31bd97f2e..f99d25780 100644
--- a/include/libbb.h
+++ b/include/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 */
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 */