From 8eb2ceeba6184065f9f56a6be00921df473d24f7 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 7 Aug 1997 21:42:17 +0000 Subject: Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use the register keyword, and -Wall cleaning. Obtained from: similar changes in NetBSD --- bin/csh/alloc.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin/csh/alloc.c') diff --git a/bin/csh/alloc.c b/bin/csh/alloc.c index 563c202..2fe836c 100644 --- a/bin/csh/alloc.c +++ b/bin/csh/alloc.c @@ -29,12 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)alloc.c 8.1 (Berkeley) 5/31/93"; +#else +static const char rcsid[] = + "$Id: alloc.c,v 1.6 1997/02/22 14:01:37 peter Exp $"; +#endif #endif /* not lint */ #include -- cgit v1.1