aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-14 06:19:41 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-14 06:19:41 +0000
commit91be17a223fe16d903abe5dcd5a89b53c493d7c4 (patch)
treede65d104a5ec0715d77663f9a4478d9e6ec20b58 /internal.h
parented2dfb60ee4a99850e9e68fb27512a0bab4ba992 (diff)
downloadbusybox-w32-91be17a223fe16d903abe5dcd5a89b53c493d7c4.tar.gz
busybox-w32-91be17a223fe16d903abe5dcd5a89b53c493d7c4.tar.bz2
busybox-w32-91be17a223fe16d903abe5dcd5a89b53c493d7c4.zip
A couple of minor warning cleanups.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@849 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h4
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
300int nfsmount(const char *spec, const char *node, unsigned long *flags, 300int 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