1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
freebsd-ports/sysutils/wmscript/files/patch-wmscript_wmscript.c
Rainer Hurling 5affb4474f New port: sysutils/wmscript: System monitoring dockapp for Window Maker
WMScript allows to specify a command and have the numeric result
of that command displayed in the dock app's window. Up to 5 things
to monitor, the interval is configurable.

See http://freshmeat.sourceforge.net/projects/wmscript for details.

PR:		253346
Submitted by:	Igor Pokrovsky <ip@unixway.org> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D28558
2021-02-10 17:04:17 +00:00

11 lines
211 B
C

--- wmscript/wmscript.c.orig 2000-01-16 13:28:42 UTC
+++ wmscript/wmscript.c
@@ -31,7 +31,6 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
-#include <utmp.h>
#include <dirent.h>
#include <X11/Xlib.h>