diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 20:34:34 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 20:34:34 +0000 |
commit | 4d66204260bdcf12d0541392b3d73cc9ae0a4c01 (patch) | |
tree | 3e505cabadb996d7ad9f035449c1027e4076c4ad | |
parent | 7eca7eb2899916f28611d27b8ce05165d66a9421 (diff) |
(ports_allocate_port, ports_intern_external_port): Delete obsolete
declarations.
-rw-r--r-- | libports/ports.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libports/ports.h b/libports/ports.h index ef15e321..2d52daa4 100644 --- a/libports/ports.h +++ b/libports/ports.h @@ -162,9 +162,6 @@ error_t ports_create_port (struct port_class *class, struct port_bucket *bucket, size_t size, void *result); -/* This is obsolete. Use ports_create_port. */ -void *ports_allocate_port (struct port_bucket *bucket, size_t size, - struct port_class *class); /* For an existing RECEIVE right, create and return in RESULT a new port structure; BUCKET, SIZE, and CLASS args are as for ports_create_port. */ @@ -172,10 +169,6 @@ error_t ports_import_port (struct port_class *class, struct port_bucket *bucket, mach_port_t port, size_t size, void *result); -/* This is obsolete. Use ports_import_port. */ -void *ports_intern_external_port (struct port_bucket *bucket, - mach_port_t receive, size_t size, - struct port_class *class); /* Destroy the receive right currently associated with PORT and allocate a new one. */ |