mbert / elvis

The elvis vi-clone (written by Steve Kirkendall)
http://elvis.the-little-red-haired-girl.org
Other
117 stars 26 forks source link

Fixed warning that wait was implicitly declared #26

Closed ghost closed 7 years ago

ghost commented 7 years ago

This define was never in the makefile post-configure, all unix-like systems have the standard wait() nowadays, so lets just use it.

sys/wait.h can be used by GNU/Linux, BSD, macOS and causes no portability issues.