From bd9d558835a033293f3ef81808f6e4290241d0ec Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Mon, 18 Nov 1996 23:54:14 +0000 Subject: Make new functions use bcopy correctly. --- libshouldbeinlibc/idvec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libshouldbeinlibc/idvec.h') diff --git a/libshouldbeinlibc/idvec.h b/libshouldbeinlibc/idvec.h index 53ed552b..b07605e6 100644 --- a/libshouldbeinlibc/idvec.h +++ b/libshouldbeinlibc/idvec.h @@ -88,7 +88,7 @@ error_t idvec_insert_new (struct idvec *idvec, unsigned pos, uid_t id); /* Set the ids in IDVEC to IDS (NUM elements long); delete whatever the previous ids were. */ -error_t idvec_set_ids (struct idvec *idvec, id_t *ids, unsigned num); +error_t idvec_set_ids (struct idvec *idvec, uid_t *ids, unsigned num); /* Like idvec_set_ids, but get the new ids from new. */ error_t idvec_set (struct idvec *idvec, struct idvec *new); -- cgit v1.2.3