--- src/functions.c.orig 2004-10-27 14:44:32.000000000 -0600 +++ src/functions.c 2004-10-27 14:44:58.000000000 -0600 @@ -296,12 +296,6 @@ { struct stat statbuf; -if (strchr(args,',')) - { - yyerror("Illegal argument to unary class-function"); - return; - } - if (lstat(args,&statbuf) == -1) { strcpy(value,CF_NOCLASS);