Browse Source

Added patch from FreeBSD ports.

pre-master-46
pnenzi 22 years ago
parent
commit
874fb0b5e2
  1. 2
      src/frontend/aspice.c

2
src/frontend/aspice.c

@ -178,6 +178,8 @@ sigchild(void)
#if defined(__NetBSD__) || defined(SOLARIS)
pid_t status;
#elif defined(__FreeBSD__)
int status;
#else
union wait status;
#endif

Loading…
Cancel
Save