Add padding to struct sysinfo needed by m68k (note and patch by Richard
[oweals/busybox.git] / libbb / libbb.h
index 31bd97f2e1f3fc2fc24f3467f661242e6f20f34a..f99d2578028e7c30d341b9de0251895554820937 100644 (file)
@@ -190,6 +190,7 @@ struct sysinfo {
        unsigned long totalswap;        /* Total swap space size */
        unsigned long freeswap;         /* swap space still available */
        unsigned short procs;           /* Number of current processes */
+       unsigned short pad;                     /* Padding needed for m68k */
        unsigned long totalhigh;        /* Total high memory size */
        unsigned long freehigh;         /* Available high memory size */
        unsigned int mem_unit;          /* Memory unit size in bytes */