bug-hurd
[Top][All Lists]
Advanced

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

device_reference and device_deallocate


From: Barry deFreese
Subject: device_reference and device_deallocate
Date: Wed, 16 Jul 2008 23:09:04 -0400
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Hi folks,

I ran in to a strange one while working on some more gnumach cleanup.

device_reference was renamed to mach_device_reference quite a while back and device_deallocate was renamed to mach_device_deallocate.

However, ds_routines.c still define device_reference and device_deallocate and kern/ipc_mig.c still calls them.

As far as I can tell kern/ipc_mig.c is the only code that still references. Do you think I'm safe to remove those functions from ds_routines.c and update kern/ipc_mig.c to use mach_device_*?
(Which are now prototyped in device/dev_hdr.h bye the way).

Thanks!

Barry deFreese




reply via email to

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