aboutsummaryrefslogtreecommitdiff
path: root/libiohelp/iouser-restrict.c
Commit message (Collapse)AuthorAgeFilesLines
* Address gcc warningsBob Ham2012-06-301-2/+2
| | | | | | | * iouser-restrict.c (listmember): Change type of query into uid_t to address gcc warning. (iohelp_restrict_iouser): Change type of temp var i to unsigned int to address gcc warning.
* 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-051-0/+83
* iouser-restrict.c: New file. * Makefile (SRCS): Add it. * iohelp.h: Declare iohelp_restrict_iouser.