diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1996-09-21 19:12:51 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1996-09-21 19:12:51 +0000 |
commit | a695124c4fbf37f63bc7291181b1e17483909c7d (patch) | |
tree | 872f1bf1dbfb7ec55099a61a2a9b794e3e5012d2 /usr.sbin/mopd/common/dl.c | |
parent | c9b0a2a7b2c811c0826fe91c123ccf87295c4d1f (diff) |
Replace $Id with $OpenBSD, 3:rd try. -moj
Diffstat (limited to 'usr.sbin/mopd/common/dl.c')
-rw-r--r-- | usr.sbin/mopd/common/dl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/mopd/common/dl.c b/usr.sbin/mopd/common/dl.c index 2900bd34961..23c98e1d7bc 100644 --- a/usr.sbin/mopd/common/dl.c +++ b/usr.sbin/mopd/common/dl.c @@ -1,3 +1,5 @@ +/* $OpenBSD: dl.c,v 1.2 1996/09/21 19:11:26 maja Exp $ */ + /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. * @@ -28,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: dl.c,v 1.1 1996/09/21 13:49:16 maja Exp $"; +static char rcsid[] = "$OpenBSD: dl.c,v 1.2 1996/09/21 19:11:26 maja Exp $"; #endif #include "os.h" |