1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00

util-linux: added 2.12r from OE (needed by fakeroot)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1478 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-04-11 11:08:20 +00:00
parent 5fc01adae4
commit c917bf85ab
13 changed files with 764 additions and 0 deletions
@@ -0,0 +1,19 @@
*** util-linux-2.12r/mount/umount.c.orig 2005-09-10 20:07:38.000000000 +0200
--- util-linux-2.12r/mount/umount.c 2006-06-07 21:14:04.000000000 +0200
***************
*** 40,46 ****
#include <linux/unistd.h>
#ifdef __NR_umount2
! static int umount2(const char *path, int flags);
_syscall2(int, umount2, const char *, path, int, flags);
--- 40,46 ----
#include <linux/unistd.h>
#ifdef __NR_umount2
! int umount2(const char *path, int flags);
_syscall2(int, umount2, const char *, path, int, flags);