summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/common/file.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-17 16:23:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-17 16:23:02 +0000
commit242841e31e12afc34a3554ed6c1bd1273439ac19 (patch)
treed85eab1bb30b3f3f90cee431632f3b58362681d6 /usr.sbin/mopd/common/file.c
parent1457ac0356bd294a58ec561292bf5ba6bd79200e (diff)
more cleanup
Diffstat (limited to 'usr.sbin/mopd/common/file.c')
-rw-r--r--usr.sbin/mopd/common/file.c6
1 files changed, 3 insertions, 3 deletions
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"