$OpenBSD: patch-src_agent_Core_SpawningKit_Exceptions_h,v 1.1 2019/11/12 06:38:20 jeremy Exp $

Omit -a arugment to id(1) when handling exceptions.

Index: src/agent/Core/SpawningKit/Exceptions.h
--- src/agent/Core/SpawningKit/Exceptions.h.orig
+++ src/agent/Core/SpawningKit/Exceptions.h
@@ -754,7 +754,7 @@ class SpawnException: public oxt::tracable_exception {
 	}
 
 	static string gatherUserInfo() {
-		const char *command[] = { "id", "-a", NULL };
+		const char *command[] = { "id", NULL };
 		try {
 			SubprocessInfo info;
 			SubprocessOutput output;
