head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.06.29.13.11.00; author adam; state Exp; branches; next ; commitid 65gS27Y5KkHI9HLG; desc @@ 1.1 log @psmisc: updated to 23.7 Changes in 23.7 * build-sys: Make disable-statx work * fuser: Fallback to stat() if no statx() Debian 1030747 * fuser: silently ignore EACCES when scanning proc directories * killall: small formatting fixes Debian * pstree: Do not assume root PID * pslog: include config.h * misc: Update gettext to 0.21 @ text @$NetBSD$ Avoid non-portable getopt_long_only(). --- src/killall.c.orig 2024-03-03 10:57:39.000000000 +0000 +++ src/killall.c @@@@ -940,7 +940,7 @@@@ main (int argc, char **argv) opterr = 0; - while ( (optc = getopt_long_only(argc,argv,"egy:o:ilqrs:u:vwZ:VIn:",options,NULL)) != -1) { + while ( (optc = getopt_long(argc,argv,"egy:o:ilqrs:u:vwZ:VIn:",options,NULL)) != -1) { switch (optc) { case 'e': exact = 1; @