diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-14 21:46:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-14 21:46:37 +0000 |
commit | 3c48cf373a232e426216e2fd38a97dabb9e9c694 (patch) | |
tree | c404fe75f7486b177d939978eae0f581e34aa4e5 /x11-wm/wm2/files/patch-General.h | |
parent | - Add LICENSE_FILE (diff) |
- Switch to options helpers
- Extend pkg-descr
- Regenerate patches with `make makepatch`
Diffstat (limited to 'x11-wm/wm2/files/patch-General.h')
-rw-r--r-- | x11-wm/wm2/files/patch-General.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/wm2/files/patch-General.h b/x11-wm/wm2/files/patch-General.h index d6632c8b28f7..69f2da0e7d23 100644 --- a/x11-wm/wm2/files/patch-General.h +++ b/x11-wm/wm2/files/patch-General.h @@ -1,6 +1,6 @@ ---- General.h.orig Tue Jan 28 17:48:55 2003 -+++ General.h Tue Jan 28 17:49:06 2003 -@@ -40,7 +40,7 @@ +--- General.h.orig 1997-03-21 11:12:30 UTC ++++ General.h +@@ -40,7 +40,7 @@ typedef char Boolean; struct sigaction sAct; \ (void)sigemptyset(&sAct.sa_mask); \ sAct.sa_flags = 0; \ |