login
Header Space

 
 

Re: [PATCH 0/4] freebsd portability fixes

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jeff King <peff@...>
Cc: Junio C Hamano <gitster@...>, <git@...>
Date: Tuesday, May 13, 2008 - 4:44 pm

Alex Riesen, Tue, May 13, 2008 22:39:31 +0200:

I also have the following in git-compat-util.h:

diff --git a/git-compat-util.h b/git-compat-util.h
index 01c4045..161bd50 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -191,6 +191,7 @@ extern size_t gitstrlcpy(char *, const char *, size_t);
 
 #ifdef NO_STRTOUMAX
 #define strtoumax gitstrtoumax
+typedef unsigned long long uintmax_t;
 extern uintmax_t gitstrtoumax(const char *, char **, int);
 #endif
 

Which is obviously a hack, but I considered too minor an issue. It
(the missing uintmax_t) is probably something very specific to this
particular system. I am probably wrong about the issue being minor...

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/4] freebsd portability fixes, Jeff King, (Tue May 13, 4:43 am)
Re: [PATCH 0/4] freebsd portability fixes, Jeff King, (Tue May 13, 5:04 am)
Re: [PATCH 0/4] freebsd portability fixes, Alex Riesen, (Tue May 13, 4:39 pm)
Re: [PATCH 0/4] freebsd portability fixes, Alex Riesen, (Tue May 13, 4:44 pm)
Re: [PATCH 4/4] filter-branch: fix variable export logic, Junio C Hamano, (Wed May 14, 12:18 am)
Re: [PATCH 4/4] filter-branch: fix variable export logic, Paolo Bonzini, (Wed May 14, 5:33 am)
[PATCH 3/4] clone: bsd shell portability fix, Jeff King, (Tue May 13, 4:45 am)
[PATCH 2/4] t5000: tar portability fix, Jeff King, (Tue May 13, 4:45 am)
[PATCH 1/4] fix bsd shell negation, Jeff King, (Tue May 13, 4:44 am)
Re: [PATCH 1/4] fix bsd shell negation, Junio C Hamano, (Tue May 13, 10:27 pm)
Re: [PATCH 1/4] fix bsd shell negation, Jeff King, (Wed May 14, 12:01 am)
speck-geostationary