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/liby/main.c | |
parent | ac7774b0144eed120eee55b2a3e16aaf80f8b937 (diff) |
$OpenBSD$
Diffstat (limited to 'lib/liby/main.c')
-rw-r--r-- | lib/liby/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/liby/main.c b/lib/liby/main.c index 338f323a841..2c7ff458a26 100644 --- a/lib/liby/main.c +++ b/lib/liby/main.c @@ -1,3 +1,5 @@ +/* $OpenBSD: main.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)main.c 5.3 (Berkeley) 1/13/91";*/ -static char rcsid[] = "$Id: main.c,v 1.2 1997/06/21 12:33:13 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.3 2000/03/02 00:29:51 todd Exp $"; #endif /* not lint */ #include <stdlib.h> |