[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Rump on GNU/Hurd (2): missing <sys/mount.h>
From: |
Robert Millan |
Subject: |
[PATCH] Rump on GNU/Hurd (2): missing <sys/mount.h> |
Date: |
Sun, 16 Aug 2015 12:51:32 +0200 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 |
Hi,
Apparently this routine only wants the Rump version of <sys/mount.h> when
building with Rump namespace, but it includes the header unconditionally.
This is usually harmless as almost everyone has <sys/mount.h>, but GNU/Hurd
doesn't. So my patch just moves it into Rump protected space.
--
Robert Millan
hurd_2_sys_mount.diff
Description: Text Data
- [PATCH] Rump on GNU/Hurd (2): missing <sys/mount.h>,
Robert Millan <=