Whamcloud - gitweb
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 11 Aug 1997 20:29:22 +0000 (20:29 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 11 Aug 1997 20:29:22 +0000 (20:29 +0000)
commit3cb6c5021d722e17b7105d1bc090880671f6fc6d
tree7753483488fc1f68272993f38d727dfd041cbf63
parent4cbe8af4b0d0c72fb28bb500c1bd8a46b00fdde3
Many files:
  dosio.c: New file to do DOS/BIOS disk accesses.
  namei.c (open_namei): Make pathlen be of type size_t.
  llseek.c: Always #include stdlib.h since it's need to define
   size_t.
  io.h: Use errcode_t for magic numbers.
  icount.c (get_icount_el), dupfs.c (ext2fs_dup_handle), dblist.c
   (dir_block_cmp): Use size_t where appropriate.
  read_bb.c (ext2fs_read_bb_inode), cmp_bitmaps.c
   (ext2fs_compare_inode_bitmap): Use blk_t, ino_t and size_t
   where appropriate.
  closefs.c (ext2fs_flush): Use dgrp_t instead of int where
   appropriate.
  openfs.c (ext2fs_open), check_desc.c (ext2fs_check_desc): Use blk_t
   instead of int where  appropriate.
  rw_bitmaps.c (read_bitmaps), irel_ma.c, inode.c (ext2fs_write_inode),
   initialize.c (ext2fs_initialize): brel_ma.c: Fix to make be
   16-bit safe.
  link.c (ext2fs_link), unlink.c (ext2fs_unlink), lookup.c (lookup_proc),
   ismounted.c (ext2fs_check_if_mounted), block.c (xlate_func):
   Add #pragma argsused for Turbo C.
25 files changed:
lib/ext2fs/ChangeLog
lib/ext2fs/block.c
lib/ext2fs/brel_ma.c
lib/ext2fs/check_desc.c
lib/ext2fs/closefs.c
lib/ext2fs/cmp_bitmaps.c
lib/ext2fs/dblist.c
lib/ext2fs/dosio.c [new file with mode: 0644]
lib/ext2fs/dosio.h [new file with mode: 0644]
lib/ext2fs/dupfs.c
lib/ext2fs/getsize.c
lib/ext2fs/icount.c
lib/ext2fs/initialize.c
lib/ext2fs/inode.c
lib/ext2fs/io.h
lib/ext2fs/irel_ma.c
lib/ext2fs/ismounted.c
lib/ext2fs/link.c
lib/ext2fs/llseek.c
lib/ext2fs/lookup.c
lib/ext2fs/namei.c
lib/ext2fs/openfs.c
lib/ext2fs/read_bb.c
lib/ext2fs/rw_bitmaps.c
lib/ext2fs/unlink.c