summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mopd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-04-17 16:23:01 +0000
committerderaadt <deraadt@openbsd.org>2006-04-17 16:23:01 +0000
commitec735e79738711f15980b6372fc116b0eb175fa1 (patch)
tree347d745e54e60de0a42e74306d422e3c6cc1c716 /usr.sbin/mopd
parentmark signal race (diff)
downloadwireguard-openbsd-ec735e79738711f15980b6372fc116b0eb175fa1.tar.xz
wireguard-openbsd-ec735e79738711f15980b6372fc116b0eb175fa1.zip
more cleanup
Diffstat (limited to 'usr.sbin/mopd')
-rw-r--r--usr.sbin/mopd/common/device.c6
-rw-r--r--usr.sbin/mopd/common/file.c6
-rw-r--r--usr.sbin/mopd/common/loop-bsd.c6
-rw-r--r--usr.sbin/mopd/common/pf.c6
-rw-r--r--usr.sbin/mopd/common/print.c6
-rw-r--r--usr.sbin/mopd/mopa.out/mopa.out.c6
-rw-r--r--usr.sbin/mopd/mopd/mopd.c9
-rw-r--r--usr.sbin/mopd/mopd/process.c6
-rw-r--r--usr.sbin/mopd/otherOS/loop-linux2.c4
-rw-r--r--usr.sbin/mopd/otherOS/loop.c6
-rw-r--r--usr.sbin/mopd/otherOS/pf-snit.c6
11 files changed, 33 insertions, 34 deletions
diff --git a/usr.sbin/mopd/common/device.c b/usr.sbin/mopd/common/device.c
index cec4ffc18df..f916877112e 100644
--- a/usr.sbin/mopd/common/device.c
+++ b/usr.sbin/mopd/common/device.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: device.c,v 1.12 2004/04/14 20:37:28 henning Exp $ */
+/* $OpenBSD: device.c,v 1.13 2006/04/17 16:23:01 deraadt Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -24,9 +24,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
+#ifndef lint
static const char rcsid[] =
- "$OpenBSD: device.c,v 1.12 2004/04/14 20:37:28 henning Exp $";
+ "$OpenBSD: device.c,v 1.13 2006/04/17 16:23:01 deraadt Exp $";
#endif
#include "os.h"
diff --git a/usr.sbin/mopd/common/file.c b/usr.sbin/mopd/common/file.c
index 79a034a2470..7bef16a604d 100644
--- a/usr.sbin/mopd/common/file.c
+++ b/usr.sbin/mopd/common/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.8 2004/04/14 20:37:28 henning Exp $ */
+/* $OpenBSD: file.c,v 1.9 2006/04/17 16:23:01 deraadt Exp $ */
/*
* Copyright (c) 1995-96 Mats O Jansson. All rights reserved.
@@ -24,9 +24,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
+#ifndef lint
static const char rcsid[] =
- "$OpenBSD: file.c,v 1.8 2004/04/14 20:37:28 henning Exp $";
+ "$OpenBSD: file.c,v 1.9 2006/04/17 16:23:01 deraadt Exp $";
#endif
#include "os.h"
diff --git a/usr.sbin/mopd/common/loop-bsd.c b/usr.sbin/mopd/common/loop-bsd.c
index ce9a20f5438..fbd8101ad52 100644
--- a/usr.sbin/mopd/common/loop-bsd.c
+++ b/usr.sbin/mopd/common/loop-bsd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: loop-bsd.c,v 1.10 2005/12/21 01:40:24 millert Exp $ */
+/* $OpenBSD: loop-bsd.c,v 1.11 2006/04/17 16:23:01 deraadt Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -24,9 +24,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
+#ifndef lint
static const char rcsid[] =
- "$OpenBSD: loop-bsd.c,v 1.10 2005/12/21 01:40:24 millert Exp $";
+ "$OpenBSD: loop-bsd.c,v 1.11 2006/04/17 16:23:01 deraadt Exp $";
#endif
#include <errno.h>
diff --git a/usr.sbin/mopd/common/pf.c b/usr.sbin/mopd/common/pf.c
index bd39c2436fc..4cf27a9ac57 100644
--- a/usr.sbin/mopd/common/pf.c
+++ b/usr.sbin/mopd/common/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.12 2005/12/21 01:40:24 millert Exp $ */
+/* $OpenBSD: pf.c,v 1.13 2006/04/17 16:23:01 deraadt Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -28,9 +28,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
+#ifndef lint
static const char rcsid[] =
- "$OpenBSD: pf.c,v 1.12 2005/12/21 01:40:24 millert Exp $";
+ "$OpenBSD: pf.c,v 1.13 2006/04/17 16:23:01 deraadt Exp $";
#endif
#include <stdio.h>
diff --git a/usr.sbin/mopd/common/print.c b/usr.sbin/mopd/common/print.c
index 8ed8208af28..be8d8a1518b 100644
--- a/usr.sbin/mopd/common/print.c
+++ b/usr.sbin/mopd/common/print.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print.c,v 1.9 2006/04/15 11:55:48 maja Exp $ */
+/* $OpenBSD: print.c,v 1.10 2006/04/17 16:23:01 deraadt Exp $ */
/*
* Copyright (c) 1993-96 Mats O Jansson. All rights reserved.
@@ -24,9 +24,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
+#ifndef lint
static const char rcsid[] =
- "$OpenBSD: print.c,v 1.9 2006/04/15 11:55:48 maja Exp $";
+ "$OpenBSD: print.c,v 1.10 2006/04/17 16:23:01 deraadt Exp $";
#endif
#include <sys/types.h>
diff --git a/usr.sbin/mopd/mopa.out/mopa.out.c b/usr.sbin/mopd/mopa.out/mopa.out.c
index 1b7f9a5b51b..b96781350a3 100644
--- a/usr.sbin/mopd/mopa.out/mopa.out.c
+++ b/usr.sbin/mopd/mopa.out/mopa.out.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mopa.out.c,v 1.6 2003/12/01 00:56:51 avsm Exp $ */
+/* $OpenBSD: mopa.out.c,v 1.7 2006/04/17 16:23:01 deraadt Exp $ */
/* mopa.out - Convert a Unix format kernel into something that
* can be transferred via MOP.
@@ -47,8 +47,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
-static const char rcsid[] = "$OpenBSD: mopa.out.c,v 1.6 2003/12/01 00:56:51 avsm Exp $";
+#ifndef lint
+static const char rcsid[] = "$OpenBSD: mopa.out.c,v 1.7 2006/04/17 16:23:01 deraadt Exp $";
#endif
#include "os.h"
diff --git a/usr.sbin/mopd/mopd/mopd.c b/usr.sbin/mopd/mopd/mopd.c
index 4274476e434..85612d976f0 100644
--- a/usr.sbin/mopd/mopd/mopd.c
+++ b/usr.sbin/mopd/mopd/mopd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mopd.c,v 1.13 2005/05/02 02:29:27 djm Exp $ */
+/* $OpenBSD: mopd.c,v 1.14 2006/04/17 16:23:01 deraadt Exp $ */
/*
* Copyright (c) 1993-96 Mats O Jansson. All rights reserved.
@@ -24,9 +24,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
+#ifndef lint
static const char rcsid[] =
- "$OpenBSD: mopd.c,v 1.13 2005/05/02 02:29:27 djm Exp $";
+ "$OpenBSD: mopd.c,v 1.14 2006/04/17 16:23:01 deraadt Exp $";
#endif
/*
@@ -73,9 +73,8 @@ extern char *__progname;
int
main(int argc, char *argv[])
{
- int c, devnull, f;
+ int c;
char *interface;
- pid_t pid;
struct passwd *pw;
extern char version[];
diff --git a/usr.sbin/mopd/mopd/process.c b/usr.sbin/mopd/mopd/process.c
index d39b3465f50..289644c0b67 100644
--- a/usr.sbin/mopd/mopd/process.c
+++ b/usr.sbin/mopd/mopd/process.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: process.c,v 1.14 2004/04/15 21:42:53 henning Exp $ */
+/* $OpenBSD: process.c,v 1.15 2006/04/17 16:23:01 deraadt Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -24,9 +24,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
+#ifndef lint
static const char rcsid[] =
- "$OpenBSD: process.c,v 1.14 2004/04/15 21:42:53 henning Exp $";
+ "$OpenBSD: process.c,v 1.15 2006/04/17 16:23:01 deraadt Exp $";
#endif
#include "os.h"
diff --git a/usr.sbin/mopd/otherOS/loop-linux2.c b/usr.sbin/mopd/otherOS/loop-linux2.c
index c7128f380f2..50c3eeb4834 100644
--- a/usr.sbin/mopd/otherOS/loop-linux2.c
+++ b/usr.sbin/mopd/otherOS/loop-linux2.c
@@ -22,8 +22,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
-static const char rcsid[] = "$Id: loop-linux2.c,v 1.5 2005/12/21 01:40:24 millert Exp $";
+#ifndef lint
+static const char rcsid[] = "$Id: loop-linux2.c,v 1.6 2006/04/17 16:23:01 deraadt Exp $";
#endif
#include <errno.h>
diff --git a/usr.sbin/mopd/otherOS/loop.c b/usr.sbin/mopd/otherOS/loop.c
index d26776df3bf..72fc6540f20 100644
--- a/usr.sbin/mopd/otherOS/loop.c
+++ b/usr.sbin/mopd/otherOS/loop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: loop.c,v 1.6 2003/12/16 19:27:20 deraadt Exp $ */
+/* $OpenBSD: loop.c,v 1.7 2006/04/17 16:23:01 deraadt Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -24,8 +24,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
-static const char rcsid[] = "$OpenBSD: loop.c,v 1.6 2003/12/16 19:27:20 deraadt Exp $";
+#ifndef lint
+static const char rcsid[] = "$OpenBSD: loop.c,v 1.7 2006/04/17 16:23:01 deraadt Exp $";
#endif
#include "os.h"
diff --git a/usr.sbin/mopd/otherOS/pf-snit.c b/usr.sbin/mopd/otherOS/pf-snit.c
index a39da99fdbb..bb54a32a529 100644
--- a/usr.sbin/mopd/otherOS/pf-snit.c
+++ b/usr.sbin/mopd/otherOS/pf-snit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf-snit.c,v 1.6 2003/12/01 00:56:51 avsm Exp $ */
+/* $OpenBSD: pf-snit.c,v 1.7 2006/04/17 16:23:01 deraadt Exp $ */
/*
* Copyright (c) 1993-96 Mats O Jansson. All rights reserved.
@@ -24,8 +24,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
-static const char rcsid[] = "$OpenBSD: pf-snit.c,v 1.6 2003/12/01 00:56:51 avsm Exp $";
+#ifndef lint
+static const char rcsid[] = "$OpenBSD: pf-snit.c,v 1.7 2006/04/17 16:23:01 deraadt Exp $";
#endif
#include <stdio.h>