compat / fileno.con commit sha1-name.c: remove the_repo from get_oid_mb() (0daf7ff)
   1#define COMPAT_CODE
   2#include "../git-compat-util.h"
   3
   4int git_fileno(FILE *stream)
   5{
   6        return fileno(stream);
   7}