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);
|