diff options
author | kris <kris@FreeBSD.org> | 2002-10-26 09:16:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-26 09:16:02 +0800 |
commit | 58d04e22d070216ca0a0a03a6eef459c9ac27e5d (patch) | |
tree | 23fe03d0454f7466fb7b03f0cc8650f808145349 /x11/bricons | |
parent | 185cb76fc3af34cde7ae1ed49bba888d5bc0eeb2 (diff) | |
download | freebsd-ports-gnome-58d04e22d070216ca0a0a03a6eef459c9ac27e5d.tar.gz freebsd-ports-gnome-58d04e22d070216ca0a0a03a6eef459c9ac27e5d.tar.zst freebsd-ports-gnome-58d04e22d070216ca0a0a03a6eef459c9ac27e5d.zip |
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; + + + /* |