=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/decode.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/less/decode.c 2015/11/09 04:10:57 1.14 +++ src/usr.bin/less/decode.c 2015/11/09 16:39:13 1.15 @@ -345,7 +345,7 @@ add_fcmd_table(char *buf, int len) { if (add_cmd_table(&list_fcmd_tables, buf, len) < 0) - error("Warning: some commands disabled", NULL_PARG); + error("Warning: some commands disabled", NULL); } /* @@ -355,7 +355,7 @@ add_ecmd_table(char *buf, int len) { if (add_cmd_table(&list_ecmd_tables, buf, len) < 0) - error("Warning: some edit commands disabled", NULL_PARG); + error("Warning: some edit commands disabled", NULL); } /* @@ -366,7 +366,7 @@ { if (add_cmd_table(tlist, buf, len) < 0) error("Warning: environment variables from " - "lesskey file unavailable", NULL_PARG); + "lesskey file unavailable", NULL); } /*