diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-02 00:29:53 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-02 00:29:53 +0000 |
commit | 58020137fcd5c4a77919d853734f563f7aeb6cb1 (patch) | |
tree | ce392527ec13f23633e04b5876c50b37873a2651 /lib/libcompat/4.3/remque.c | |
parent | ac7774b0144eed120eee55b2a3e16aaf80f8b937 (diff) |
$OpenBSD$
Diffstat (limited to 'lib/libcompat/4.3/remque.c')
-rw-r--r-- | lib/libcompat/4.3/remque.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcompat/4.3/remque.c b/lib/libcompat/4.3/remque.c index cf0f2a7654d..e316e02868d 100644 --- a/lib/libcompat/4.3/remque.c +++ b/lib/libcompat/4.3/remque.c @@ -1,3 +1,5 @@ +/* $OpenBSD: remque.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */ + /* * Copyright (c) 1993 John Brezak * All rights reserved. @@ -27,7 +29,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: remque.c,v 1.1 1995/10/18 08:42:34 deraadt Exp $"; +static char *rcsid = "$OpenBSD: remque.c,v 1.2 2000/03/02 00:29:48 todd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <search.h> |