* vfs.h: Remove OS/2 specific code.

This commit is contained in:
Pavel Roskin 2002-01-17 07:32:32 +00:00
parent e02f421074
commit 50e3625d7d
3 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2002-01-17 Pavel Roskin <proski@gnu.org>
* vfs.h: Remove OS/2 specific code.
2002-01-11 Andrew V. Samoilov <kai@cmail.ru>
* Makefile.am (AM_CFLAGS): Add -DCONFIGDIR=\""@configdir@"\"

View File

@ -8,9 +8,6 @@
#include <config.h>
#include <stdio.h>
#if defined(__os2__) /* OS/2 need io.h! .ado */
# include <io.h>
#endif
#include <stdlib.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H

View File

@ -280,14 +280,12 @@ struct utimbuf {
# define mc_symlink symlink
# define mc_rename rename
#ifndef __os2__
# define mc_open open
# define mc_utime utime
# define mc_chmod chmod
# define mc_chown chown
# define mc_chdir chdir
# define mc_unlink unlink
#endif
# define mc_mmap mmap
# define mc_munmap munmap