1
0
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:
Richard Purdie
2010-09-01 19:09:11 +01:00
parent caab7fc509
commit d62ee7eaf2
569 changed files with 0 additions and 76 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);