* hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): New macro.

(_HURD_HANDLE_IOCTLS, _HURD_HANDLE_IOCTL): Redefine using it, so as to
	allow multiple instances using the same function name in one file.
This commit is contained in:
Roland McGrath 2000-12-01 23:50:36 +00:00
parent 72f841d535
commit 2082d3c68a

View File

@ -1,3 +1,9 @@
2000-11-30 Roland McGrath <roland@frob.com>
* hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): New macro.
(_HURD_HANDLE_IOCTLS, _HURD_HANDLE_IOCTL): Redefine using it, so as to
allow multiple instances using the same function name in one file.
2000-12-01 Ulrich Drepper <drepper@redhat.com>
* configure.in: Correct test for pserver CVS access.