X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funistd-safer.h;h=f95999d391c823c809a15c6a274ec3f0ece2fadd;hb=efc1f57b9d5d6d528919cedfe2e4c41e786341d2;hp=edaa7ca09aa740cb21489600599d162ee64d5152;hpb=8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c;p=gnulib.git diff --git a/lib/unistd-safer.h b/lib/unistd-safer.h index edaa7ca09..f95999d39 100644 --- a/lib/unistd-safer.h +++ b/lib/unistd-safer.h @@ -14,9 +14,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Paul Eggert. */ int dup_safer (int); int fd_safer (int); +int pipe_safer (int[2]);