X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fopenbsd%2Fdevice.c;h=aa0150a992b9b6829e5ded7c79249a10ab89604e;hb=c44f69a30243a94ab93bd15915dbfa71db698bde;hp=e7670300fe4b8d792b2808396b5bc2d99ab403de;hpb=eefa28059ab989c915a7d95fb4ae728abd7ce713;p=tinc diff --git a/src/openbsd/device.c b/src/openbsd/device.c index e7670300..aa0150a9 100644 --- a/src/openbsd/device.c +++ b/src/openbsd/device.c @@ -1,7 +1,7 @@ /* device.c -- Interaction with OpenBSD tun device - Copyright (C) 2001-2003 Ivo Timmermans , - 2001-2003 Guus Sliepen + Copyright (C) 2001-2004 Ivo Timmermans , + 2001-2004 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,10 +17,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: device.c,v 1.1.2.17 2003/07/22 20:55:21 guus Exp $ + $Id$ */ #include "system.h" +#include #include "conf.h" #include "logger.h" @@ -106,7 +107,6 @@ bool read_packet(vpn_packet_t *packet) ifdebug(TRAFFIC) logger(LOG_DEBUG, _("Read packet of %d bytes from %s"), packet->len, device_info); - } return true; }