69a2c3dead
from John Danks <john.danks at gmail.com> maintainer timeout
24 lines
691 B
Plaintext
24 lines
691 B
Plaintext
$OpenBSD: patch-misc_c,v 1.2 2006/04/02 11:00:11 sturm Exp $
|
|
--- misc.c.orig Fri Feb 17 12:19:52 2006
|
|
+++ misc.c Sun Apr 2 12:57:56 2006
|
|
@@ -37,8 +37,8 @@ void spawn(const char *const cmd[]) {
|
|
}
|
|
|
|
void handle_signal(int signo) {
|
|
- (void)signo; /* unused */
|
|
int i;
|
|
+ (void)signo; /* unused */
|
|
/* SIGCHLD check no longer necessary */
|
|
/* Quit Nicely */
|
|
while(head_client) remove_client(head_client);
|
|
@@ -54,8 +54,8 @@ void handle_signal(int signo) {
|
|
}
|
|
|
|
int handle_xerror(Display *dsply, XErrorEvent *e) {
|
|
- (void)dsply; /* unused */
|
|
Client *c;
|
|
+ (void)dsply; /* unused */
|
|
|
|
if (ignore_xerror) {
|
|
LOG_DEBUG("handle_xerror() ignored an XErrorEvent: %d\n", e->error_code);
|