From c786ce898428fe6ba31daae6cada4804a901b06d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 8 Feb 2001 07:13:27 +0000 Subject: [PATCH] * cpio.c: Eliminate C++ comments. * fish.c: Likewise. --- vfs/ChangeLog | 3 +++ vfs/cpio.c | 3 ++- vfs/fish.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 769111cfa..4340a800d 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,5 +1,8 @@ 2001-02-08 Pavel Roskin + * cpio.c: Eliminate C++ comments. + * fish.c: Likewise. + * Make-mc.in: Use mkinstalldirs to create $(distdir)/extfs, since CVS Automake already creates that directory. diff --git a/vfs/cpio.c b/vfs/cpio.c index 9cd6f855f..b36c63f4f 100644 --- a/vfs/cpio.c +++ b/vfs/cpio.c @@ -101,7 +101,8 @@ static int cpio_create_entry(vfs *me, vfs_s_super *super, struct stat *stat, cha static int cpio_read(void *fh, char *buffer, int count); #define CPIO_POS(super) cpio_position -//#define CPIO_POS(super) (super)->u.cpio.fd /* If some time reentrancy should be needed */ +/* If some time reentrancy should be needed change it to */ +/* #define CPIO_POS(super) (super)->u.cpio.fd */ #define CPIO_SEEK_SET(super, where) mc_lseek((super)->u.cpio.fd, CPIO_POS(super) = (where), SEEK_SET) #define CPIO_SEEK_CUR(super, where) mc_lseek((super)->u.cpio.fd, CPIO_POS(super) += (where), SEEK_SET) diff --git a/vfs/fish.c b/vfs/fish.c index f344a170c..935d24647 100644 --- a/vfs/fish.c +++ b/vfs/fish.c @@ -702,7 +702,7 @@ fish_chown (vfs *me, char *path, int owner, int group) "echo '### 000'\n", sgroup, rpath, sgroup, rpath); - //send_fish_command(me, super, buf, OPT_FLUSH); + /* send_fish_command(me, super, buf, OPT_FLUSH); */ POSTFIX(OPT_FLUSH) }