err_hand(errno, fname)
GKSERR errno ;
char *fname ;
{
    Gfile *perror;
    return gerrorhand(errno,fname,perror);
}
