diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-03-19 11:17:52 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-03-19 11:17:52 +0000 |
commit | 593c26528123b17e1b010c4a3dc9750dc2e577f4 (patch) | |
tree | 747143a24a2eb8c5f74dc08b069d7acef7168481 /sys-apps/usbd/files | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-593c26528123b17e1b010c4a3dc9750dc2e577f4.tar.gz gentoo-2-593c26528123b17e1b010c4a3dc9750dc2e577f4.tar.bz2 gentoo-2-593c26528123b17e1b010c4a3dc9750dc2e577f4.zip |
Fix #78402 compile issue.
(Portage version: 2.0.51.19)
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; + } + } + |