--- src/usr.bin/make/Attic/compat.c 2004/11/12 21:52:04 1.5 +++ src/usr.bin/make/Attic/compat.c 2004/11/12 22:02:51 1.6 @@ -1,5 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * Copyright (c) 1988, 1989 by Adam de Boor * Copyright (c) 1989 by Berkeley Softworks * All rights reserved. @@ -178,7 +179,7 @@ CompatRunCommand (cmdp, gnp) void * gnp; /* Node from which the command came */ { char *cmdStart; /* Start of expanded command */ - register char *cp; + char *cp; Boolean silent, /* Don't print command */ errCheck; /* Check errors */ int reason; /* Reason for child's death */