diff options
author | 2000-03-02 00:29:47 +0000 | |
---|---|---|
committer | 2000-03-02 00:29:47 +0000 | |
commit | dd4317adfadf3eee4d9344c2bececb7d966b3990 (patch) | |
tree | 5b0f905cfaec01033e75515db159713e1373d53b /lib/liby | |
parent | Several people noted that non-UVM was broken (diff) | |
download | wireguard-openbsd-dd4317adfadf3eee4d9344c2bececb7d966b3990.tar.xz wireguard-openbsd-dd4317adfadf3eee4d9344c2bececb7d966b3990.zip |
$OpenBSD$
Diffstat (limited to 'lib/liby')
-rw-r--r-- | lib/liby/Makefile | 3 | ||||
-rw-r--r-- | lib/liby/main.c | 4 | ||||
-rw-r--r-- | lib/liby/yyerror.c | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/lib/liby/Makefile b/lib/liby/Makefile index d36968f9822..dd1ff7aa975 100644 --- a/lib/liby/Makefile +++ b/lib/liby/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.5 (Berkeley) 5/15/90 -# $Id: Makefile,v 1.1.1.1 1995/10/18 08:43:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2000/03/02 00:29:51 todd Exp $ LIB= y SRCS= main.c yyerror.c 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> diff --git a/lib/liby/yyerror.c b/lib/liby/yyerror.c index f32deb9c655..f34ed7cc5cf 100644 --- a/lib/liby/yyerror.c +++ b/lib/liby/yyerror.c @@ -1,3 +1,5 @@ +/* $OpenBSD: yyerror.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: @(#)yyerror.c 5.2 (Berkeley) 5/15/90";*/ -static char rcsid[] = "$Id: yyerror.c,v 1.2 1997/06/21 12:33:15 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: yyerror.c,v 1.3 2000/03/02 00:29:51 todd Exp $"; #endif /* not lint */ #include <stdio.h> |