File: fix-build-gcc14.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 (8 lines) | stat: -rw-r--r-- 169 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/umlfs/uml_mount.c
+++ b/umlfs/uml_mount.c
@@ -1,3 +1,5 @@
+#define FUSE_USE_VERSION 25
+
 #include <fuse/fuse_lowlevel.h>
 #include <stdio.h>
 #include <stdlib.h>