From 39c1ac6d54c217cef4bbd926d699a735ccfdd219 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 26 Feb 2001 04:15:22 +0000 Subject: 2001-02-25 Roland McGrath * idvec.h: Include for memcmp decl. --- libshouldbeinlibc/idvec.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libshouldbeinlibc/idvec.h b/libshouldbeinlibc/idvec.h index 621dfba6..41441259 100644 --- a/libshouldbeinlibc/idvec.h +++ b/libshouldbeinlibc/idvec.h @@ -1,8 +1,7 @@ /* Routines for vectors of uids/gids - Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc. - - Written by Miles Bader + Copyright (C) 1995,96,97,99,2001 Free Software Foundation, Inc. + Written by Miles Bader This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -22,8 +21,9 @@ #define __IDVEC_H__ #include -#include #include +#include +#include #ifndef IDVEC_EI #define IDVEC_EI extern inline @@ -124,7 +124,7 @@ error_t idvec_merge_ids (struct idvec *idvec, const uid_t *ids, unsigned num); /* Adds each id from NEW to IDVEC, as if with idvec_add_new(). */ error_t idvec_merge (struct idvec *idvec, const struct idvec *new); -/* Remove all ids in SUB from IDVEC, returning true if anything was done. */ +/* Remove all ids in SUB from IDVEC, returning true if anything was done. */ int idvec_subtract (struct idvec *idvec, const struct idvec *sub); /* Remove all ids from IDVEC that are *not* in KEEP, returning true if -- cgit v1.2.3