]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use the
authorsteve <steve@FreeBSD.org>
Thu, 7 Aug 1997 21:42:17 +0000 (21:42 +0000)
committersteve <steve@FreeBSD.org>
Thu, 7 Aug 1997 21:42:17 +0000 (21:42 +0000)
commit8eb2ceeba6184065f9f56a6be00921df473d24f7
tree14d11b65657d85fe0539351a66120ba544c4dda8
parent717042838c948b136f885ba4c16e32cd1787b598
Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use the
register keyword, and -Wall cleaning.

Obtained from: similar changes in NetBSD
25 files changed:
bin/csh/Makefile
bin/csh/alloc.c
bin/csh/char.c
bin/csh/const.c
bin/csh/csh.c
bin/csh/csh.h
bin/csh/dir.c
bin/csh/dol.c
bin/csh/err.c
bin/csh/exec.c
bin/csh/exp.c
bin/csh/file.c
bin/csh/func.c
bin/csh/glob.c
bin/csh/hist.c
bin/csh/init.c
bin/csh/lex.c
bin/csh/misc.c
bin/csh/parse.c
bin/csh/pathnames.h
bin/csh/proc.c
bin/csh/sem.c
bin/csh/set.c
bin/csh/str.c
bin/csh/time.c