ports/x11/wmx/patches/patch-Manager_C

16 lines
358 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Manager.C.orig Fri Jan 9 12:18:03 2009
+++ Manager.C Thu Jun 10 23:00:31 2010
@@ -61,6 +61,12 @@ Boolean ignoreBadWindowErrors;
implementPList(ClientList, Client);
+#ifdef __OpenBSD__
+extern "C" {
+ int snprintf(char *, size_t, const char *, ...);
+}
+#endif
+
#if CONFIG_GROUPS != False
implementPList(ListList, ClientList);
#endif