diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-17 16:23:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-17 16:23:02 +0000 |
commit | 242841e31e12afc34a3554ed6c1bd1273439ac19 (patch) | |
tree | d85eab1bb30b3f3f90cee431632f3b58362681d6 /usr.sbin/mopd/common | |
parent | 1457ac0356bd294a58ec561292bf5ba6bd79200e (diff) |
more cleanup
Diffstat (limited to 'usr.sbin/mopd/common')
-rw-r--r-- | usr.sbin/mopd/common/device.c | 6 | ||||
-rw-r--r-- | usr.sbin/mopd/common/file.c | 6 | ||||
-rw-r--r-- | usr.sbin/mopd/common/loop-bsd.c | 6 | ||||
-rw-r--r-- | usr.sbin/mopd/common/pf.c | 6 | ||||
-rw-r--r-- | usr.sbin/mopd/common/print.c | 6 |
5 files changed, 15 insertions, 15 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> |