ports/net/libunp/files/patch-lib_unprtt.h
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

11 lines
239 B
C

--- lib/unprtt.h.orig 1997-09-02 17:39:54 UTC
+++ lib/unprtt.h
@@ -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 */