diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-01-04 21:41:13 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-01-04 21:41:13 +0000 |
commit | 43690b191f68bb8de7c7147583e611c44d83e993 (patch) | |
tree | ae87cb6d931795b686f9d5b5f3dd6c3e128134ce /usr.sbin | |
parent | 1d45d7a7bed5dadca658f4f64bfa6ec93c741507 (diff) |
gcc3 doesn't like varargs, it was found that the varargs.h inclusion is
unnecessary for these files, delete. ok espie@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mopd/common/pf.c | 5 | ||||
-rw-r--r-- | usr.sbin/wsmoused/mouse_protocols.c | 3 | ||||
-rw-r--r-- | usr.sbin/wsmoused/wsmoused.c | 3 |
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" |