1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/kwebwatch/files/patch-ah
Steve Price 530754aa29 Adding kwebwatch version 0.72.
Monitors your favorite web pages and notifies you of updates.

PR:		19621
Submitted by:	Mario S F Ferreira <lioux@linf.unb.br>
2000-07-10 03:56:18 +00:00

13 lines
453 B
Plaintext

--- kwebwatch/web.cpp.orig Sat Jul 1 02:16:33 2000
+++ kwebwatch/web.cpp Sat Jul 1 02:16:40 2000
@@ -27,8 +27,8 @@
// by W. Richard Stevens
#include <stdlib.h>
#include <qapp.h>
-#include <netinet/in.h> /* if I include this from web.h, compile fails !?! */
#include "web.h"
+#include <netinet/in.h> /* if I include this from web.h, compile fails !?! */
/* Write "n" bytes to a descriptor. */
ssize_t writen(int fd, const void *vptr, size_t n)