mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a759fd52db
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>
12 lines
265 B
Plaintext
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 */
|