aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagtail/files/patch-br.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagtail/files/patch-br.h')
-rw-r--r--net-mgmt/nagtail/files/patch-br.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-mgmt/nagtail/files/patch-br.h b/net-mgmt/nagtail/files/patch-br.h
new file mode 100644
index 000000000000..f66f088f71b9
--- /dev/null
+++ b/net-mgmt/nagtail/files/patch-br.h
@@ -0,0 +1,18 @@
+--- br.h.orig 2011-06-01 07:45:29.000000000 -0400
++++ br.h 2011-06-01 07:45:38.000000000 -0400
+@@ -33,7 +33,7 @@
+ char *buffer;
+ long long int buffer_length, buffer_pointer;
+ char *mmap_addr, *cur_offset;
+- off64_t size_of_file;
++ off_t size_of_file;
+
+ int number_of_bytes_in_buffer(void);
+ int read_into_buffer(void);
+@@ -46,5 +46,5 @@
+
+ char * read_line(void);
+
+- off64_t file_offset(void);
++ off_t file_offset(void);
+ };