1
1

* fish.c (fish_ctl): Commented out some unused code with

#if 0 ... #endif. This fixes a warning from SunPro.
Этот коммит содержится в:
Roland Illig 2005-06-08 00:31:25 +00:00
родитель c4c1c12432
Коммит 5343037e83
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1,6 +1,8 @@
2005-06-08 Roland Illig <roland.illig@gmx.de>
* 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.
2005-05-29 Leonard den Ottolander <leonard * den ottolander nl>

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

@ -675,6 +675,7 @@ fish_ctl (void *fh, int ctlop, void *arg)
{
(void) arg;
return 0;
#if 0
switch (ctlop) {
case VFS_CTL_IS_NOTREADY:
{
@ -693,6 +694,7 @@ fish_ctl (void *fh, int ctlop, void *arg)
default:
return 0;
}
#endif
}
static int