1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/zephyr/files/patch-ad
James E. Housley 4d71468734 Port net/zephyr has an unfetchable distfile. The included patch fixes the
port, updating it to the latest (and final) version. Patches from the
previous version are merged.

PR:		23728
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-02-11 18:30:29 +00:00

14 lines
347 B
Plaintext

--- h/zephyr/zephyr.h.orig Fri Jan 22 23:18:59 1999
+++ h/zephyr/zephyr.h Thu Dec 21 20:25:44 2000
@@ -64,8 +64,8 @@
/* Unique ID format */
typedef struct _ZUnique_Id_t {
- struct in_addr zuid_addr;
- struct timeval tv;
+ struct in_addr zuid_addr;
+ ZEPHYR_INT32 zuid_sec, zuid_usec;
} ZUnique_Id_t;
/* Checksum */