diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-18 23:48:03 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-18 23:48:03 +0000 |
commit | 13f0f9f37f772802c0aab99d0609c78259e3d3e7 (patch) | |
tree | c1c41bfd524bb64d9a4b04c5f17c882f13514af5 /x11-wm/pawm/files/patch-signals.c | |
parent | Switch to tk84, bump PORTREVISION and tidy some whitespace. (diff) |
Add support for FreeBSD 4.X (requested by kris). Update to 1.9.4.
Fix ordering of packing list.
Notes
Notes:
svn path=/head/; revision=91608
Diffstat (limited to 'x11-wm/pawm/files/patch-signals.c')
-rw-r--r-- | x11-wm/pawm/files/patch-signals.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-wm/pawm/files/patch-signals.c b/x11-wm/pawm/files/patch-signals.c deleted file mode 100644 index 56a32d497f51..000000000000 --- a/x11-wm/pawm/files/patch-signals.c +++ /dev/null @@ -1,12 +0,0 @@ -$FreeBSD$ - ---- src/signals.c.orig Sun Jul 6 22:45:30 2003 -+++ src/signals.c Fri Aug 22 04:54:29 2003 -@@ -22,6 +22,7 @@ - */ - - -+#include <sys/types.h> - #include "signals.h" - - /* Non-ignored signals. This array marks its end with '0', |