A couple of minor warning cleanups.

-Erik
This commit is contained in:
Eric Andersen
2000-07-14 06:19:41 +00:00
parent d537a95fdb
commit e7413a9cde
6 changed files with 13 additions and 7 deletions

View File

@@ -297,8 +297,8 @@ extern int vdprintf(int d, const char *format, va_list ap);
#endif
#if defined BB_NFSMOUNT
int nfsmount(const char *spec, const char *node, unsigned long *flags,
char **extra_opts, char **mount_opts, int running_bg);
int nfsmount(const char *spec, const char *node, int *flags,
char **extra_opts, char **mount_opts, int running_bg);
#endif
#ifndef RB_POWER_OFF