Zhaoming Luo, le ven. 08 nov. 2024 09:08:30 +0800, a ecrit: > --- > hurd/pioctl.defs | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) > create mode 100644 hurd/pioctl.defs > > diff --git a/hurd/pioctl.defs b/hurd/pioctl.defs > new file mode 100644 > index 00000000..144ed14b > --- /dev/null > +++ b/hurd/pioctl.defs > @@ -0,0 +1,34 @@ > +/* Definitions for /dev/rtc ioctls */ > + > +/* Ioctl group 'p'; the subsystem is derived from calculations in > + hurd/ioctls.defs. */ > +subsystem pioctl 140000; > + > +#include <hurd/ioctl_types.defs> > + > +import <hurd/rtc.h>;
Here as well this breaks the build since at this point of the series you haven't added rtc.h yet. Better just merge all the patches.