ports/x11-wm/pawm/files/patch-src__pawm.c
Dmitry Marakasov fabcef5d55 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2015-11-17 01:00:22 +00:00

11 lines
295 B
C

--- src/pawm.c.orig 2010-05-03 02:36:18 UTC
+++ src/pawm.c
@@ -114,7 +114,7 @@ static void get_pawm_conf()
int main (int argc, char *argv[])
{
- struct sigaction sa_term, sa_chld;
+ struct sigaction sa_term, sa_chld, sa_alrm;
/* Command line parameters */
if (argc > 1) {