diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-03-21 15:20:09 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-03-21 15:20:09 -0600 |
commit | 317d716d662f8b04be187df436565544de2eb1d5 (patch) | |
tree | 480d1a79d3cf1af02fbead1c9d80e7c2ee3f7754 /tun/mksyscall.go | |
parent | 6440f010eec82abb9c999771a8f493af44c6b937 (diff) |
tun: windows: just open two file handles
Diffstat (limited to 'tun/mksyscall.go')
-rw-r--r-- | tun/mksyscall.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tun/mksyscall.go b/tun/mksyscall.go deleted file mode 100644 index 06bb41e..0000000 --- a/tun/mksyscall.go +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: MIT - * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. - */ - -package tun - -//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output ztun_windows.go tun_windows.go |