Whamcloud - gitweb
ChangeLog, unix.c:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 4 Jan 1999 07:35:45 +0000 (07:35 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 4 Jan 1999 07:35:45 +0000 (07:35 +0000)
commit73f17cfc391221a5466e95c9dc1802564ce38973
treec220008f097802fda49009f38c5108ec1144e2df
parent04c5b028a92be92d991e8c8a2d9ee2a9d9c8a937
ChangeLog, unix.c:
  unix.c (main): Reset the context before calling ext2fs_close(), to
  avoid referencing already freed memory.
ChangeLog, llseek.c:
  llseek.c (ext2fs_llseek): Change ext2fs_llseek() in the non-Linux case
   to use EINVAL by default, unless it isn't defined, in which case we
   use EXT2_ET_INVALID_ARGUMENT instead.
ChangeLog, mk_cmds.sh.in:
  mk_cmds.sh.in: Fixed portability bug in shell script; we were
   depending on a bash'ism.
ChangeLog, uuid.c:
  uuid.c: Use asm/types.h instead of linux/types.h, to be consistent
   with other locations where we've had to do this to work around glibc.
e2fsck/ChangeLog
e2fsck/unix.c
lib/e2p/ChangeLog
lib/e2p/uuid.c
lib/ext2fs/ChangeLog
lib/ext2fs/llseek.c
lib/ss/ChangeLog
lib/ss/mk_cmds.sh.in