diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 0ec332b30..f444084b3 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -218,7 +218,7 @@ extern int vdprintf(int d, const char *format, va_list ap); | |||
218 | int nfsmount(const char *spec, const char *node, int *flags, | 218 | int nfsmount(const char *spec, const char *node, int *flags, |
219 | char **mount_opts, int running_bg); | 219 | char **mount_opts, int running_bg); |
220 | 220 | ||
221 | /* Include our own copy of struct sysinfo to avoid binary compatability | 221 | /* Include our own copy of struct sysinfo to avoid binary compatibility |
222 | * problems with Linux 2.4, which changed things. Grumble, grumble. */ | 222 | * problems with Linux 2.4, which changed things. Grumble, grumble. */ |
223 | struct sysinfo { | 223 | struct sysinfo { |
224 | long uptime; /* Seconds since boot */ | 224 | long uptime; /* Seconds since boot */ |