freebsd-ports/net/libunp/files/patch-ao
Dan Moschuk a759fd52db libunp is the library used in W. Richard Steven's book "UNIX Network
Programming Volume 1, 2nd Edition".  It contains the library and headers
used in the examples as well as all programs from the text that compile on
FreeBSD systems.

PR: ports/14057
Submitted by: James FitzGibbon <james@targetnet.com>
1999-10-02 19:13:06 +00:00

12 lines
265 B
Plaintext

--- lib/unprtt.h.orig Thu Sep 30 11:13:16 1999
+++ lib/unprtt.h Thu Sep 30 11:13:37 1999
@@ -1,7 +1,7 @@
#ifndef __unp_rtt_h
#define __unp_rtt_h
-#include "unp.h"
+#include <unp.h>
struct rtt_info {
float rtt_rtt; /* most recent measured RTT, seconds */