File: fix-build-gcc14-2.patch

package info (click to toggle)
uml-utilities 20070815.4-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 752 kB
  • sloc: ansic: 3,392; perl: 1,277; makefile: 239; exp: 129; sh: 122
file content (14 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix FTBFS on ppc64el and mips64el with gcc 14
Author: Adrian Bunk <bunk@debian.org>

--- uml-utilities-20070815.4.orig/moo/cow_sys.h
+++ uml-utilities-20070815.4/moo/cow_sys.h
@@ -37,7 +37,7 @@ static inline int cow_seek_file(int fd,
 	return(0);
 }
 
-static inline int cow_file_size(char *file, __u64 *size_out)
+static inline int cow_file_size(char *file, unsigned long long *size_out)
 {
 	struct stat64 buf;