aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
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