Fix remaining warnings.

This commit is contained in:
christos 1997-09-26 17:08:09 +00:00
parent 5d124d82c6
commit c1b53cf091
2 changed files with 7 additions and 2 deletions

View File

@ -38,7 +38,7 @@
*
* %W% (Berkeley) %G%
*
* $Id: info_nis.c,v 1.9 1997/09/26 16:59:54 christos Exp $
* $Id: info_nis.c,v 1.10 1997/09/26 17:08:09 christos Exp $
*
*/
@ -66,7 +66,11 @@ int nis_mtime(mnt_map *m, char *map, time_t *tp);
/* typedefs */
typedef void (*nis_callback_fxn_t)(mnt_map *, char *, char *);
/* do not change this. different OSs require a different prototype */
#ifndef __NetBSD__
typedef int (*ypall_callback_fxn_t)();
#else
typedef int (*ypall_callback_fxn_t)(int, char *, int, char *, int, char *);
#endif
struct nis_callback_data {
mnt_map *ncd_m;

View File

@ -38,7 +38,7 @@
*
* %W% (Berkeley) %G%
*
* $Id: check_mount.c,v 1.1.1.1 1997/07/24 21:24:12 christos Exp $
* $Id: check_mount.c,v 1.2 1997/09/26 17:08:11 christos Exp $
*
*/
@ -48,6 +48,7 @@
#include <am_defs.h>
extern int is_same_host(char *name1, char *name2, struct in_addr addr2);
int fixmount_check_mount(char *host, struct in_addr hostaddr, char *path);
int