diff options
Diffstat (limited to 'libports/import-port.c')
-rw-r--r-- | libports/import-port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/import-port.c b/libports/import-port.c index b958245f..d7a62960 100644 --- a/libports/import-port.c +++ b/libports/import-port.c @@ -76,7 +76,7 @@ ports_import_port (struct port_class *class, struct port_bucket *bucket, goto loop; } - err = ihash_add (bucket->htable, port, pi, &pi->hentry); + err = hurd_ihash_add (&bucket->htable, port, pi); if (err) goto lose; |