
/*
   more eunuchs stuff
*/
#include "io-defs.h"

int fileno(s)
struct streamoid * s;
{
  /* this really isn't valid for anything buf gem-file streamoids... */
  return(s->gemdos_handle);
}

