* fish.c (fish_ctl): Commented out some unused code with
#if 0 ... #endif. This fixes a warning from SunPro.
Этот коммит содержится в:
родитель
c4c1c12432
Коммит
5343037e83
@ -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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user