don't use union wait

This commit is contained in:
naddy 2011-11-13 15:34:40 +00:00
parent 4af9f2a2cf
commit 8c2cfa6d33
2 changed files with 14 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.26 2010/10/24 21:15:31 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2011/11/13 15:34:40 naddy Exp $
COMMENT= quick start-up utility for applications on an X11 display
PKGNAME= bricons-3.0
REVISION= 2
REVISION= 3
DISTNAME= bricons-athena-3.0
CATEGORIES= x11

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-action_c,v 1.1 2011/11/13 15:34:40 naddy Exp $
--- action.c.orig Sun Nov 13 08:21:54 2011
+++ action.c Sun Nov 13 08:22:18 2011
@@ -178,7 +178,7 @@ catch_child()
{
int pid;
int i = 0;
- union wait status;
+ int status;
/*