Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use off_t when we really mean a file offset.
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index 132dd9c938fc811b14bd141266afe3cd7c7f4302..a418a174d08b2da1a3994ec8a6f2c8e46e2cd829 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-133,10
+133,6
@@
Format of STDIN stream:
#define PACK_ID_BITS 16
#define MAX_PACK_ID ((1<<PACK_ID_BITS)-1)
-#ifndef PRIuMAX
-#define PRIuMAX "llu"
-#endif
-
struct object_entry
{
struct object_entry *next;