mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
pcmciautils and udev updates. Slowly aiming to get rid of hotplug and pcmcia-cs
git-svn-id: https://svn.o-hand.com/repos/poky@27 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
38
openembedded/packages/udev/udev-070/noasmlinkage.patch
Normal file
38
openembedded/packages/udev/udev-070/noasmlinkage.patch
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
#
|
||||
# Patch managed by http://www.holgerschurig.de/patcher.html
|
||||
#
|
||||
|
||||
--- udev-062/udev.c~noasmlinkage.patch
|
||||
+++ udev-062/udev.c
|
||||
@@ -54,7 +54,7 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
-static void asmlinkage sig_handler(int signum)
|
||||
+static void sig_handler(int signum)
|
||||
{
|
||||
switch (signum) {
|
||||
case SIGALRM:
|
||||
--- udev-062/udevd.c~noasmlinkage.patch
|
||||
+++ udev-062/udevd.c
|
||||
@@ -639,7 +639,7 @@
|
||||
return msg;
|
||||
}
|
||||
|
||||
-static void asmlinkage sig_handler(int signum)
|
||||
+static void sig_handler(int signum)
|
||||
{
|
||||
int rc;
|
||||
|
||||
--- udev-062/udevstart.c~noasmlinkage.patch
|
||||
+++ udev-062/udevstart.c
|
||||
@@ -323,7 +323,7 @@
|
||||
exec_list(&device_list);
|
||||
}
|
||||
|
||||
-static void asmlinkage sig_handler(int signum)
|
||||
+static void sig_handler(int signum)
|
||||
{
|
||||
switch (signum) {
|
||||
case SIGALRM:
|
||||
Reference in New Issue
Block a user