Fix the build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29236 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2009-02-16 16:44:51 +00:00
parent 13cd46dfa3
commit 65cae88fb5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ AutoconfigLooper::_Configure()
if (ioctl(socket, SIOCGIFFLAGS, &request, sizeof(struct ifreq)) == 0) {
request.ifr_flags |= IFF_CONFIGURING;
ioctl(socket, SIOCSIFFLAGS, &request, sizeof(struct ifreq)));
ioctl(socket, SIOCSIFFLAGS, &request, sizeof(struct ifreq));
}
// remove current handler