1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
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

13 lines
280 B
Plaintext

--- 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