diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 01:16:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 01:16:02 +0000 |
commit | 24a46374181088f0b9a6413cada18e3999dcf7a7 (patch) | |
tree | 567bf617a7a32d0a78c5df125622beadede6a0b2 /x11/bricons | |
parent | Fix build on -current (cope with removal of union wait, and add (diff) |
Fix build on -current (cope with removal of union wait)
Submitted by: mike
Diffstat (limited to 'x11/bricons')
-rw-r--r-- | x11/bricons/files/patch-action.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/bricons/files/patch-action.c b/x11/bricons/files/patch-action.c new file mode 100644 index 000000000000..c06c417a6d1c --- /dev/null +++ b/x11/bricons/files/patch-action.c @@ -0,0 +1,11 @@ +--- action.c.orig Fri Oct 25 11:18:06 2002 ++++ action.c Fri Oct 25 11:18:39 2002 +@@ -178,7 +178,7 @@ + { + int pid; + int i = 0; +- union wait status; ++ int status; + + + /* |