diff options
Diffstat (limited to 'sys-apps/usbd/files')
-rw-r--r-- | sys-apps/usbd/files/usbd-gcc-3.4.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-apps/usbd/files/usbd-gcc-3.4.patch b/sys-apps/usbd/files/usbd-gcc-3.4.patch new file mode 100644 index 000000000000..8210d5386332 --- /dev/null +++ b/sys-apps/usbd/files/usbd-gcc-3.4.patch @@ -0,0 +1,10 @@ +--- loader.c 1999-12-22 15:15:26.000000000 +0000 ++++ loader.c.new 2005-03-19 11:11:51.000000000 +0000 +@@ -135,6 +135,7 @@ + } + lprintf(1, "warning: child pid %ld died, but not in child list\n", (long)pid); + found: ++ return; + } + } + |