From 0bcd6e0c2106be33f42aea6af220fdc657619ae4 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 18 Feb 2026 20:43:58 +0000 Subject: [PATCH] This was using pledge "tmppath" with "rpath wpath cpath". The "tmppath" is not needed. ok semarie and others --- gnu/usr.bin/texinfo/util/texindex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/texinfo/util/texindex.c b/gnu/usr.bin/texinfo/util/texindex.c index ba7eab45ea4..4906eeef6d8 100644 --- a/gnu/usr.bin/texinfo/util/texindex.c +++ b/gnu/usr.bin/texinfo/util/texindex.c @@ -1,5 +1,5 @@ /* texindex -- sort TeX index dribble output into an actual index. - $Id: texindex.c,v 1.7 2024/08/16 22:58:54 guenther Exp $ + $Id: texindex.c,v 1.8 2026/02/18 20:43:58 deraadt Exp $ Copyright (C) 1987, 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. @@ -161,7 +161,7 @@ main (int argc, char **argv) setlocale (LC_ALL, ""); #endif - if (pledge ("stdio rpath wpath cpath tmppath", NULL) == -1) + if (pledge ("stdio rpath wpath cpath", NULL) == -1) pfatal_with_name ("pledge"); /* Set the text message domain. */