diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-08-22 10:47:57 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-08-22 10:47:57 +0000 |
commit | 255370206552e5425b4bba4f2c7af8ac82f15eb0 (patch) | |
tree | 4edb27ff276e2763700d1cc50139633de77a4610 /x11-wm/pawm/files/patch-signals.c | |
parent | - Update to 0.31 (diff) |
new port of pawm, the Puto Amo Window Manager
(leopard hat, platform shoes and gold Cadillac not included)
Notes
Notes:
svn path=/head/; revision=87492
Diffstat (limited to 'x11-wm/pawm/files/patch-signals.c')
-rw-r--r-- | x11-wm/pawm/files/patch-signals.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/pawm/files/patch-signals.c b/x11-wm/pawm/files/patch-signals.c new file mode 100644 index 000000000000..56a32d497f51 --- /dev/null +++ b/x11-wm/pawm/files/patch-signals.c @@ -0,0 +1,12 @@ +$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', |