1
1

* mcfs.c (mcfs_get_remote_port): Shift an #endif two lines down

to avoid a warning from SunPro.
Этот коммит содержится в:
Roland Illig 2005-06-08 00:34:54 +00:00
родитель 5343037e83
Коммит 5e120f7f17
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -3,6 +3,8 @@
* smbfs.c (free_after): Moved here from src/util.h.
* fish.c (fish_ctl): Commented out some unused code with
#if 0 ... #endif. This fixes a warning from SunPro.
* mcfs.c (mcfs_get_remote_port): Shift an #endif two lines down
to avoid a warning from SunPro.
2005-05-29 Leonard den Ottolander <leonard * den ottolander nl>

Просмотреть файл

@ -207,9 +207,9 @@ mcfs_get_remote_port (struct sockaddr_in *sin, int *version)
if (port = pmap_getport (sin, RPC_PROGNUM, *version, IPPROTO_TCP))
return port;
#endif /* HAVE_PMAP_GETPORT */
#endif /* HAVE_PMAP_GETMAPS */
*version = 1;
return mcserver_port;
#endif /* HAVE_PMAP_GETMAPS */
}
/* This used to be in utilvfs.c, but as it deals with portmapper, it