diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-04-21 09:16:52 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-04-21 09:43:39 +0200 |
| commit | 95777977ade5226323e35e6e5fa1594327640732 (patch) | |
| tree | 3eb389dc03bcf533d1e6aaceab043090b50ceac0 /sys/netbsd | |
| parent | c0ced5570c6505a80235b64884c93e89733b77f3 (diff) | |
sys: commit empty source files
Commit empty files into generated packages,
so that the tree is buildable even w/o generated files
and Go tools continue to work.
Diffstat (limited to 'sys/netbsd')
| -rw-r--r-- | sys/netbsd/gen/empty.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/netbsd/gen/empty.go b/sys/netbsd/gen/empty.go new file mode 100644 index 000000000..7884be456 --- /dev/null +++ b/sys/netbsd/gen/empty.go @@ -0,0 +1,6 @@ +// Copyright 2021 syzkaller project authors. All rights reserved. +// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +package gen + +// Empty file to unbreak build while descriptions are not generated. |
