X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/77e3814f0c0e3dea4d0032e25666f77e6f83bfff..932e74d4028472671e706b8d64965ef4a4293d0f:/mille/extern.c diff --git a/mille/extern.c b/mille/extern.c index a08ab2b0..64ae3e6b 100644 --- a/mille/extern.c +++ b/mille/extern.c @@ -1,6 +1,8 @@ +/* $NetBSD: extern.c,v 1.5 1997/10/12 00:53:55 lukem Exp $ */ + /* - * Copyright (c) 1982 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 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 @@ -31,8 +33,13 @@ * SUCH DAMAGE. */ +#include #ifndef lint -static char sccsid[] = "@(#)extern.c 5.5 (Berkeley) 6/1/90"; +#if 0 +static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; +#else +__RCSID("$NetBSD: extern.c,v 1.5 1997/10/12 00:53:55 lukem Exp $"); +#endif #endif /* not lint */ # include "mille.h"