diff options
Diffstat (limited to 'usr.sbin/mopd/common/cmp.c')
-rw-r--r-- | usr.sbin/mopd/common/cmp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/mopd/common/cmp.c b/usr.sbin/mopd/common/cmp.c index a01ab3e1dff..b7f77d792ec 100644 --- a/usr.sbin/mopd/common/cmp.c +++ b/usr.sbin/mopd/common/cmp.c @@ -1,4 +1,5 @@ -/* $OpenBSD: cmp.c,v 1.2 1996/09/21 18:24:59 maja Exp $ */ +/* $OpenBSD: cmp.c,v 1.3 1996/09/21 19:11:19 maja Exp $ */ + /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. * @@ -29,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: cmp.c,v 1.2 1996/09/21 18:24:59 maja Exp $"; +static char rcsid[] = "$OpenBSD: cmp.c,v 1.3 1996/09/21 19:11:19 maja Exp $"; #endif #include "os.h" |