diff options
author | tg <tg@FreeBSD.org> | 1998-10-30 08:24:36 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-10-30 08:24:36 +0000 |
commit | ba5d0184f2492bf623d3d26a7da3460766833fe9 (patch) | |
tree | 9abf5b3ba80a74c98567cf0dc57d2c502079d37a /x11-wm/windowmaker/files | |
parent | 2bbad336857fb39362c90d1171f1d95784ff92f1 (diff) | |
download | FreeBSD-ports-ba5d0184f2492bf623d3d26a7da3460766833fe9.zip FreeBSD-ports-ba5d0184f2492bf623d3d26a7da3460766833fe9.tar.gz |
Upgrade to 0.20.2.
Submitted by: Brian Handy <handy@physics.montana.edu>
Diffstat (limited to 'x11-wm/windowmaker/files')
-rw-r--r-- | x11-wm/windowmaker/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/files/patch-ah b/x11-wm/windowmaker/files/patch-ah new file mode 100644 index 0000000..98271d3 --- /dev/null +++ b/x11-wm/windowmaker/files/patch-ah @@ -0,0 +1,11 @@ +--- WINGs/usleep.c.orig Wed Oct 21 14:43:55 1998 ++++ WINGs/usleep.c Mon Oct 26 19:27:37 1998 +@@ -11,6 +11,8 @@ + # include <sys/types.h> + #endif + ++#include <unistd.h> ++#include <string.h> + + #if defined(HAVE_SELECT) + |