mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 19:17:07 +00:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user