diff --git a/usr.bin/mk_cmds/ct.y b/usr.bin/mk_cmds/ct.y index 2c62d4a42fe..c1b0d2fcde4 100644 --- a/usr.bin/mk_cmds/ct.y +++ b/usr.bin/mk_cmds/ct.y @@ -7,7 +7,7 @@ #include #include "copyright.h" -char *str_concat3(), *ds(), *generate_rqte(), *malloc(), *realloc(), *quote(); +char *str_concat3(), *ds(), *generate_rqte(), *quote(); long flag_value(); char *last_token = (char *)NULL; FILE *output_file;