openbsd-ports/net/netatalk/reference/patches/patch-incatalk-rtmph
naddy d7260847a5 Re-import netatalk-990130 into subdirectory.
Submitted by maintainer Ian McWilliam <i.mcwilliam@uws.edu.au>.
2002-07-23 11:47:35 +00:00

24 lines
499 B
Plaintext

--- include/atalk/rtmp.h.orig Fri Oct 15 15:55:42 1999
+++ include/atalk/rtmp.h Fri Oct 15 15:56:24 1999
@@ -24,15 +24,15 @@
#define RTMPROP_REQUEST 1
struct rtmpent {
- u_short re_net;
- u_char re_hops;
+ u_int16_t re_net;
+ u_int8_t re_hops;
};
#define RTMPHOPS_MAX 15
#define RTMPHOPS_POISON 31
struct rtmprdhdr {
- u_short rrdh_snet;
- u_char rrdh_idlen;
- u_char rrdh_id;
+ u_int16_t rrdh_snet;
+ u_int8_t rrdh_idlen;
+ u_int8_t rrdh_id;
};