summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/mopd/common/pf.c5
-rw-r--r--usr.sbin/wsmoused/mouse_protocols.c3
-rw-r--r--usr.sbin/wsmoused/wsmoused.c3
3 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/mopd/common/pf.c b/usr.sbin/mopd/common/pf.c
index 86089636ac3..e24c9903944 100644
--- a/usr.sbin/mopd/common/pf.c
+++ b/usr.sbin/mopd/common/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.8 2003/12/01 00:56:51 avsm Exp $ */
+/* $OpenBSD: pf.c,v 1.9 2004/01/04 21:41:12 drahn Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -29,7 +29,7 @@
*/
#ifndef LINT
-static const char rcsid[] = "$OpenBSD: pf.c,v 1.8 2003/12/01 00:56:51 avsm Exp $";
+static const char rcsid[] = "$OpenBSD: pf.c,v 1.9 2004/01/04 21:41:12 drahn Exp $";
#endif
#include <stdio.h>
@@ -53,7 +53,6 @@ static const char rcsid[] = "$OpenBSD: pf.c,v 1.8 2003/12/01 00:56:51 avsm Exp $
#include <string.h>
#include <syslog.h>
-#include <varargs.h>
#include "common/mopdef.h"
diff --git a/usr.sbin/wsmoused/mouse_protocols.c b/usr.sbin/wsmoused/mouse_protocols.c
index 16bbebc92aa..7ec0c9bb68a 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.7 2002/09/06 19:44:46 deraadt Exp $ */
+/* $OpenBSD: mouse_protocols.c,v 1.8 2004/01/04 21:41:12 drahn Exp $ */
/*
* Copyright (c) 2001 Jean-Baptiste Marchand, Julien Montagne and Jerome Verdon
@@ -79,7 +79,6 @@
#include <string.h>
#include <stdlib.h>
#include <syslog.h>
-#include <varargs.h>
#include "wsmoused.h"
#include "mouse_protocols.h"
diff --git a/usr.sbin/wsmoused/wsmoused.c b/usr.sbin/wsmoused/wsmoused.c
index ba9b04a7cbd..6ae3e7a7e16 100644
--- a/usr.sbin/wsmoused/wsmoused.c
+++ b/usr.sbin/wsmoused/wsmoused.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsmoused.c,v 1.17 2003/12/22 11:11:27 miod Exp $ */
+/* $OpenBSD: wsmoused.c,v 1.18 2004/01/04 21:41:12 drahn Exp $ */
/*
* Copyright (c) 2001 Jean-Baptiste Marchand, Julien Montagne and Jerome Verdon
@@ -69,7 +69,6 @@
#include <string.h>
#include <stdlib.h>
#include <syslog.h>
-#include <varargs.h>
#include "mouse_protocols.h"
#include "wsmoused.h"