9e1204af76
mkpatches faithfully files that away as a patch, which somewhat broke my previous update. Fixing.
13 lines
485 B
Text
13 lines
485 B
Text
$NetBSD: patch-ao,v 1.5 2001/05/24 17:00:58 abs Exp $
|
|
|
|
--- include/atalk/atp.h.orig Wed May 28 16:22:52 1997
|
|
+++ include/atalk/atp.h
|
|
@@ -84,7 +84,7 @@
|
|
|
|
struct atpbuf {
|
|
struct atpbuf *atpbuf_next; /* next buffer in chain */
|
|
- short atpbuf_dlen; /* data length <= ATP_BUFSIZ */
|
|
+ unsigned short atpbuf_dlen; /* data length <= ATP_BUFSIZ */
|
|
struct sockaddr_at atpbuf_addr; /* net address sent/recvd */
|
|
union {
|
|
char atpbuf_data[ ATP_BUFSIZ ]; /* the data */
|