diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-16 21:18:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-16 21:18:07 +0000 |
commit | 5463c095c3bd910945f278aa07fc1f8e63b4d6ae (patch) | |
tree | 8c18627077ebcb54c5d4b2f6358e0602ba886154 | |
parent | c824c59c3ae339b49a45f9a53984080cb2fe16e2 (diff) |
Close comment.
-rw-r--r-- | usr.sbin/mopd/mopchk/mopchk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mopd/mopchk/mopchk.c b/usr.sbin/mopd/mopchk/mopchk.c index 872d27f8fcf..0c1bb020131 100644 --- a/usr.sbin/mopd/mopchk/mopchk.c +++ b/usr.sbin/mopd/mopchk/mopchk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mopchk.c,v 1.4 1998/03/04 20:21:54 deraadt Exp $ +/* $OpenBSD: mopchk.c,v 1.5 2001/11/16 21:18:06 miod Exp $ */ /* * Copyright (c) 1995-96 Mats O Jansson. All rights reserved. @@ -30,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: mopchk.c,v 1.4 1998/03/04 20:21:54 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: mopchk.c,v 1.5 2001/11/16 21:18:06 miod Exp $"; #endif /* |