bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH gnumach 1/3] Use Mach native error codes instead of POSIX err


From: Samuel Thibault
Subject: Re: [PATCH gnumach 1/3] Use Mach native error codes instead of POSIX errno E* ones
Date: Fri, 2 Sep 2011 20:17:23 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Guillem Jover, le Thu 01 Sep 2011 20:24:56 +0200, a écrit :
> * device/errno.h: Remove file.
> * Makefrag.am (libkernel_a_SOURCES): Remove `device/errno.h'.
> * i386/i386at/com.c: Include <device/device_types.h> instead of
> <device/errno.h>.
> (comopen): Replace ENXIO with D_NO_SUCH_DEVICE.
> * i386/i386at/kd_event.c: Include <device/device_types.h> instead of
> <device/errno.h>.
> * i386/i386at/kd_mouse.c: Likewise.
> (mouseopen): Replace ENODEV with D_NO_SUCH_DEVICE and EBUSY with
> D_ALREADY_OPEN.
> * i386/i386at/lpr.c: Include <device/device_types.h> instead of
> <device/errno.h>.
> (lpropen): Replace ENXIO with D_NO_SUCH_DEVICE and EBUSY with
> D_ALREADY_OPEN.

Applied, thanks.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]