compat / fileno.con commit Merge branch 'jt/http-auth-proto-v2-fix' (c42c664)
   1#define COMPAT_CODE
   2#include "../git-compat-util.h"
   3
   4int git_fileno(FILE *stream)
   5{
   6        return fileno(stream);
   7}