mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
c3d735c03b
PR: 16053 Submitted by: maintainer Also add some patches to respect CC/CFLAGS and avoid a warning.
13 lines
280 B
Plaintext
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
|