diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-14 06:19:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-14 06:19:41 +0000 |
commit | e7413a9cde8da7a54349a0641d0b1e7cbc0e290a (patch) | |
tree | de65d104a5ec0715d77663f9a4478d9e6ec20b58 /internal.h | |
parent | d537a95fdbc0b4a5f38edea8593b4c085fdd7fcb (diff) | |
download | busybox-w32-e7413a9cde8da7a54349a0641d0b1e7cbc0e290a.tar.gz busybox-w32-e7413a9cde8da7a54349a0641d0b1e7cbc0e290a.tar.bz2 busybox-w32-e7413a9cde8da7a54349a0641d0b1e7cbc0e290a.zip |
A couple of minor warning cleanups.
-Erik
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal.h b/internal.h index e636e18ce..b31b902f0 100644 --- a/internal.h +++ b/internal.h | |||
@@ -297,8 +297,8 @@ extern int vdprintf(int d, const char *format, va_list ap); | |||
297 | #endif | 297 | #endif |
298 | 298 | ||
299 | #if defined BB_NFSMOUNT | 299 | #if defined BB_NFSMOUNT |
300 | int nfsmount(const char *spec, const char *node, unsigned long *flags, | 300 | int nfsmount(const char *spec, const char *node, int *flags, |
301 | char **extra_opts, char **mount_opts, int running_bg); | 301 | char **extra_opts, char **mount_opts, int running_bg); |
302 | #endif | 302 | #endif |
303 | 303 | ||
304 | #ifndef RB_POWER_OFF | 304 | #ifndef RB_POWER_OFF |