X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fopenbsd%2Fdevice.c;h=48d8b9bd4a8129f90bfb640c37bf4356d3df8c8e;hp=dee8fa0ab1018fb641a8dcc8280e4b9c9e38760c;hb=6f9f6779e6bd1dd7bb795b42dad550863a386ca8;hpb=9f38e394636a177c00a4545de2a99c661de36386 diff --git a/src/openbsd/device.c b/src/openbsd/device.c index dee8fa0..48d8b9b 100644 --- a/src/openbsd/device.c +++ b/src/openbsd/device.c @@ -17,7 +17,7 @@ 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.10 2002/09/09 21:25:26 guus Exp $ + $Id: device.c,v 1.1.2.11 2002/09/09 22:33:27 guus Exp $ */ #include "config.h" @@ -93,7 +93,7 @@ void close_device(void) cp close(device_fd); cp} -int read_packet(vpn_packet_t * packet) +int read_packet(vpn_packet_t *packet) { int lenin; u_int32_t type; @@ -139,7 +139,7 @@ int read_packet(vpn_packet_t * packet) return 0; cp} -int write_packet(vpn_packet_t * packet) +int write_packet(vpn_packet_t *packet) { u_int32_t type; struct iovec vector[2];