aboutsummaryrefslogtreecommitdiffstats
path: root/net/ladvd/files/patch-ifdescr-semicolon
blob: d3c02d4b11fee0e36936978ee53553dc559f9723 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/netif.c.orig    2010-05-21 23:59:23.000000000 +0200
+++ src/netif.c 2010-05-21 23:59:36.000000000 +0200
@@ -264,7 +264,7 @@
 #ifndef __FreeBSD__
    ifr.ifr_data = (caddr_t)&netif->description;
 #else
-   ifr.ifr_buffer.buffer = &netif->description
+   ifr.ifr_buffer.buffer = &netif->description;
    ifr.ifr_buffer.length = IFDESCRSIZE;
 #endif
    ioctl(sockfd, SIOCGIFDESCR, &ifr);