From 01aa95ec15ed5a6e519f1d3887e105a40e17b84c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 29 Mar 2026 16:25:41 +0100 Subject: Revert "lbmk: use mkhtemp in libreboot's build system" This reverts commit e54862fcccca0325da8ae2879c1fa965267d3df0. nope. not ready yet. will fix it later. --- util/libreboot-utils/mkhtemp.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'util/libreboot-utils/mkhtemp.c') diff --git a/util/libreboot-utils/mkhtemp.c b/util/libreboot-utils/mkhtemp.c index c9315b0c..de86a2bf 100644 --- a/util/libreboot-utils/mkhtemp.c +++ b/util/libreboot-utils/mkhtemp.c @@ -68,7 +68,7 @@ main(int argc, char *argv[]) xpledgex("stdio flock rpath wpath cpath", NULL); while ((c = - getopt(argc, argv, "qdp:t")) != -1) { + getopt(argc, argv, "qdp:")) != -1) { switch (c) { case 'd': @@ -83,12 +83,6 @@ main(int argc, char *argv[]) /* (exit status unchanged) */ break; - case 't': - break; /* not supported yet. TODO */ - /* configured above without optarg, - * so that it is treated as a normal - * template string */ - default: goto err_usage; } -- cgit v1.2.1