openbsd-ports/x11/xpostit
naddy b5ee94956f x11/xpostit: explicitly cast integer to pointer to fix build with clang 15
The callback takes a pointer to be able to pass arbitrary data, but
instead of allocating an int and passing a pointer to it, the code
jams the int directly into the pointer for an int -> pointer -> int
roundtrip.  Problem reported by and discussed with jca@.

Fix implicit function declarations.
2023-01-29 00:07:55 +00:00
..
patches
pkg
Makefile
distinfo