File: remove-linux-fs-h-requirement.patch

package info (click to toggle)
rlplot 1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,364 kB
  • ctags: 6,340
  • sloc: cpp: 87,682; yacc: 3,401; makefile: 256
file content (19 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Fix build for non-Linux platforms
 The header linux/fs.h doesn't actually seem to be needed!
Author: Olly Betts <olly@survex.com>

---
Origin: debian
Forwarded: via http://rlplot.sourceforge.net/Support/index.html
Last-Update: 2011-11-30

--- rlplot-1.4.orig/QT_Spec.h
+++ rlplot-1.4/QT_Spec.h
@@ -50,7 +50,6 @@
 	#include <fcntl.h>
 	#include <unistd.h>
 	#include <sys/ioctl.h>
-	#include <linux/fs.h> 
 #endif
 
 bool ProcMenuEvent(int id, QWidget *parent, anyOutput *OutputClass, GraphObj *BaseObj);