freebsd-ports/sysutils/prips/files/patch-ab
Chris Piazza c3d735c03b Update to 0.9.4.
PR:		16053
Submitted by:	maintainer

Also add some patches to respect CC/CFLAGS and avoid a warning.
2000-01-12 04:29:57 +00:00

12 lines
280 B
Text

--- prips.c.orig Tue Jan 11 20:26:36 2000
+++ prips.c Tue Jan 11 20:26:38 2000
@@ -1,8 +1,8 @@
+#include "prips.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <arpa/inet.h>
-#include "prips.h"
#if !defined(INET_ADDRSTRLEN)
#define INET_ADDRSTRLEN 16