From 91e8bf7c25f16721a2b11e84fe0d77ba69e81c84 Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 22 Apr 1995 08:19:45 +0000 Subject: clean up import. NetBSD RCS IDs --- rain/rain.c | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'rain/rain.c') diff --git a/rain/rain.c b/rain/rain.c index 8ad61be2..0f01a6b1 100644 --- a/rain/rain.c +++ b/rain/rain.c @@ -1,6 +1,8 @@ +/* $NetBSD: rain.c,v 1.5 1995/04/22 08:23:37 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,14 +34,17 @@ */ #ifndef lint -char copyright[] = -"@(#) Copyright (c) 1980 Regents of the University of California.\n\ - All rights reserved.\n"; +static char copyright[] = +"@(#) Copyright (c) 1980, 1993\n\ + The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -/*static char sccsid[] = "from: @(#)rain.c 5.6 (Berkeley) 2/28/91";*/ -static char rcsid[] = "$Id: rain.c,v 1.4 1994/04/05 23:35:16 deraadt Exp $"; +#if 0 +static char sccsid[] = "@(#)rain.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: rain.c,v 1.5 1995/04/22 08:23:37 cgd Exp $"; +#endif #endif /* not lint */ /* @@ -250,9 +255,9 @@ onsig() exit(0); } -static void +int fputchar(c) - char c; + int c; { putchar(c); } -- cgit v1.2.3-56-ge451