X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/77e3814f0c0e3dea4d0032e25666f77e6f83bfff..7284e71c584d91c40ff4b6e19cd75aef8aae7010:/atc/list.c diff --git a/atc/list.c b/atc/list.c index 8da9da2f..62132cb9 100644 --- a/atc/list.c +++ b/atc/list.c @@ -1,6 +1,8 @@ +/* $NetBSD: list.c,v 1.3 1995/03/21 15:04:18 cgd Exp $ */ + /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ed James. @@ -44,7 +46,11 @@ */ #ifndef lint -static char sccsid[] = "@(#)list.c 5.2 (Berkeley) 4/30/90"; +#if 0 +static char sccsid[] = "@(#)list.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: list.c,v 1.3 1995/03/21 15:04:18 cgd Exp $"; +#endif #endif /* not lint */ #include "include.h"