patch-fdisk_llseek_c 356 B

1234567891011
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- util-linux-2.12r.orig/fdisk/llseek.c 2003-07-13 23:13:33.000000000 +0200
  3. +++ util-linux-2.12r/fdisk/llseek.c 2008-10-16 12:30:16.000000000 +0200
  4. @@ -16,6 +16,7 @@ extern long long ext2_llseek (unsigned i
  5. #ifdef HAVE_LLSEEK
  6. #include <syscall.h>
  7. +#define my_llseek lseek
  8. #else /* HAVE_LLSEEK */