mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
324 B

  1. --- util-linux-2.12r/mount/umount.c~ 2007-07-04 23:57:17.000000000 +0200
  2. +++ util-linux-2.12r/mount/umount.c 2007-07-04 23:57:31.000000000 +0200
  3. @@ -42,7 +42,9 @@
  4. int umount2(const char *path, int flags);
  5. +#ifdef _syscall2
  6. _syscall2(int, umount2, const char *, path, int, flags);
  7. +#endif
  8. #else /* __NR_umount2 */