Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Tue, 9 Oct 2012 22:42:15 -0700
From: Isaac Dunham <idunham@...abit.com>
To: musl@...ts.openwall.com
Subject: [PATCH] fgetgrent

The attached patch adds support for fgetgrent; which is basically a version of getgrent that expects you to open the right file yourself.
The main use is software for administering multiple systems; I added it to compile heirloom-pkgtools, which provide that functionality.

One could redefine getgrent to call __fgetgrent, but I was more eager to get the software at the time.

-- 
Isaac Dunham <idunham@...abit.com>

View attachment "fgetgrent.diff" of type "text/x-diff" (959 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.