This commit is contained in:
espie 2010-05-22 20:59:08 +00:00
parent 4623b45c3c
commit 725bef0c95
5 changed files with 33 additions and 12 deletions

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile_in,v 1.3 2002/12/29 21:13:44 margarida Exp $
--- Makefile.in.orig Sun Dec 29 15:02:33 2002
+++ Makefile.in Sun Dec 29 15:03:23 2002
$OpenBSD: patch-Makefile_in,v 1.4 2010/05/22 20:59:08 espie Exp $
--- Makefile.in.orig Tue Dec 25 22:27:16 2001
+++ Makefile.in Sat May 22 15:49:43 2010
@@ -56,7 +56,7 @@ install-data:
install-man:
@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_in,v 1.3 2002/12/29 21:13:44 margarida Exp $
install: all install-bin install-data install-man
@@ -64,7 +64,7 @@ install: all install-bin install-data in
@@ -64,7 +64,7 @@ install: all install-bin install-data install-man
deinstall:
rm -f $(bindir)/golem
rm -f $(bindir)/golem.install

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-plugins_pier_parseparams_c,v 1.1 2010/05/22 20:59:08 espie Exp $
--- plugins/pier/parseparams.c.orig Sat May 22 22:58:16 2010
+++ plugins/pier/parseparams.c Sat May 22 22:58:21 2010
@@ -161,6 +161,7 @@ void parseparams() {
}
PWARN("ignoring unknown pier item type %s", itemparam->value);
found:
+ ;
}
}
}

View File

@ -0,0 +1,10 @@
$OpenBSD: patch-plugins_simple_menus_parseparams_c,v 1.1 2010/05/22 20:59:08 espie Exp $
--- plugins/simple_menus/parseparams.c.orig Sat May 22 22:57:13 2010
+++ plugins/simple_menus/parseparams.c Sat May 22 22:57:27 2010
@@ -166,5 +166,6 @@ void parseparams(menu_t *menu, param_t *topparam) {
}
PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name);
found:
+ ;
}
}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_action_c,v 1.1 2002/12/28 23:29:13 pvalchev Exp $
--- src/action.c.orig Sat Dec 28 15:13:06 2002
+++ src/action.c Sat Dec 28 15:13:56 2002
@@ -44,7 +44,7 @@ pid_t action_exec(int screen, char *cmd)
$OpenBSD: patch-src_action_c,v 1.2 2010/05/22 20:59:08 espie Exp $
--- src/action.c.orig Sun Dec 2 07:27:56 2001
+++ src/action.c Sat May 22 15:49:42 2010
@@ -44,7 +44,7 @@ pid_t action_exec(int screen, char *cmd) {
strncat(buff, number, sizeof(buff) - strlen(buff));
putenv(buff);

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_main_c,v 1.1 2002/12/28 23:29:13 pvalchev Exp $
--- src/main.c.orig Sat Dec 28 15:12:59 2002
+++ src/main.c Sat Dec 28 15:13:47 2002
@@ -62,7 +62,7 @@ static RETSIGTYPE handle_sigsegv(int no)
$OpenBSD: patch-src_main_c,v 1.2 2010/05/22 20:59:08 espie Exp $
--- src/main.c.orig Wed May 22 01:06:25 2002
+++ src/main.c Sat May 22 15:49:42 2010
@@ -62,7 +62,7 @@ static RETSIGTYPE handle_sigsegv(int no) {
warnx("segmentation fault; dumping a corefile and restarting");
if (!fork())
abort();