1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net-mgmt/nbtscan/files/patch-statusq.h
Thomas Abthorpe 06fe441889 - Fix segfault on 64 bit systems
- Bump PORTREVISION
- Reassign to ports@

Submitted by:	Samu Nuutamo
2010-04-29 16:05:00 +00:00

12 lines
268 B
C

--- statusq.h.orig 2010-04-26 16:39:16.000000000 +0300
+++ statusq.h 2010-04-26 16:39:28.000000000 +0300
@@ -22,6 +22,8 @@
#define NB_DGRAM 137
+struct nb_host_info* parse_response(char*, int);
+
struct nbname {
char ascii_name [16] ;
my_uint16_t rr_flags;