summaryrefslogblamecommitdiffstats
path: root/source/a/floppy/fdutils.glibc228.diff
blob: 98ecfeacb54468a45f5ee6fc649e5c75778cb570 (plain) (tree)

















































                                                                   
--- ./src/driveprm.c.orig	2005-03-03 14:45:38.000000000 -0600
+++ ./src/driveprm.c	2018-09-18 18:47:59.701061467 -0500
@@ -8,6 +8,7 @@
 #include <linux/fd.h>
 #include <sys/ioctl.h>
 #include <linux/major.h>
+#include <sys/sysmacros.h>
 #include "parse.h"
 #include "driveprm.h"
 #include "driveprmP.h"
--- ./src/floppymeter.c.orig	2002-11-02 07:37:12.000000000 -0600
+++ ./src/floppymeter.c	2018-09-18 18:47:59.703061467 -0500
@@ -14,6 +14,7 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <linux/major.h>
+#include <sys/sysmacros.h>
 #include <getopt.h>
 #include "enh_options.h"
 #include "fdutils.h"
--- ./src/diskseekd.c.orig	2002-11-02 07:36:42.000000000 -0600
+++ ./src/diskseekd.c	2018-09-18 18:47:59.699061467 -0500
@@ -14,6 +14,7 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <linux/major.h>
+#include <sys/sysmacros.h>
 #include "enh_options.h"
 #include <sys/signal.h>
 #include <errno.h>
--- ./src/xdfcopy.c.orig	2003-07-18 01:27:48.000000000 -0500
+++ ./src/xdfcopy.c	2018-09-18 18:47:59.705061467 -0500
@@ -18,6 +18,7 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <linux/major.h>
+#include <sys/sysmacros.h>
 #include <sys/time.h>
 #include <errno.h>
 #include "fdutils.h"
--- ./src/superformat.c.orig	2005-03-03 15:41:05.000000000 -0600
+++ ./src/superformat.c	2018-09-18 18:47:59.704061467 -0500
@@ -47,6 +47,7 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <linux/major.h>
+#include <sys/sysmacros.h>
 #include <errno.h>
 #include "enh_options.h"
 #include "mediaprm.h"