summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsmoused
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-04-17 08:42:41 +0000
committerderaadt <deraadt@openbsd.org>2006-04-17 08:42:41 +0000
commita944d3f7b11549558c09e6a8428ccb9806374bd2 (patch)
treeaf6f970d0b984a3fe97f96f99d1327345c73cec7 /usr.sbin/wsmoused
parentspaces. (diff)
downloadwireguard-openbsd-a944d3f7b11549558c09e6a8428ccb9806374bd2.tar.xz
wireguard-openbsd-a944d3f7b11549558c09e6a8428ccb9806374bd2.zip
setjmp.h not used
Diffstat (limited to 'usr.sbin/wsmoused')
-rw-r--r--usr.sbin/wsmoused/mouse_protocols.c3
-rw-r--r--usr.sbin/wsmoused/wsmoused.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/wsmoused/mouse_protocols.c b/usr.sbin/wsmoused/mouse_protocols.c
index 157a00663d5..ca0a3061afb 100644
--- a/usr.sbin/wsmoused/mouse_protocols.c
+++ b/usr.sbin/wsmoused/mouse_protocols.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mouse_protocols.c,v 1.10 2004/12/05 04:03:53 jsg Exp $ */
+/* $OpenBSD: mouse_protocols.c,v 1.11 2006/04/17 08:42:41 deraadt Exp $ */
/*
* Copyright (c) 2001 Jean-Baptiste Marchand, Julien Montagne and Jerome Verdon
@@ -72,7 +72,6 @@
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
-#include <setjmp.h>
#include <signal.h>
#include <poll.h>
#include <stdio.h>
diff --git a/usr.sbin/wsmoused/wsmoused.c b/usr.sbin/wsmoused/wsmoused.c
index b30185d2bff..760c64b282b 100644
--- a/usr.sbin/wsmoused/wsmoused.c
+++ b/usr.sbin/wsmoused/wsmoused.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsmoused.c,v 1.19 2005/08/12 21:13:34 jmc Exp $ */
+/* $OpenBSD: wsmoused.c,v 1.20 2006/04/17 08:42:41 deraadt Exp $ */
/*
* Copyright (c) 2001 Jean-Baptiste Marchand, Julien Montagne and Jerome Verdon
@@ -62,7 +62,6 @@
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
-#include <setjmp.h>
#include <signal.h>
#include <poll.h>
#include <stdio.h>