freebsd-ports/sysutils/dwatch/files/patch-dwatch.c
Edwin Groothuis ccad595e10 New port: dwatch - A daemon watcher
Daemon Watch will check if a process is running or if a tcp
	port is open.

PR:		ports/41718
Submitted by:	Andrew Turner <zombie@i4free.co.nz>
2003-03-31 22:05:56 +00:00

10 lines
215 B
C

--- dwatch.c.orig Wed Aug 14 16:52:28 2002
+++ dwatch.c Wed Aug 14 16:52:34 2002
@@ -17,6 +17,7 @@
MA 02111-1307, USA.
*/
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>