We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141fa33 commit d7974c3Copy full SHA for d7974c3
src/os/executable_dragonfly.go
@@ -6,7 +6,7 @@ package os
6
7
// From DragonFly's <sys/sysctl.h>
8
const (
9
- _CTL_KERN = 1
10
- _KERN_PROC = 14
11
- _KERN_PROC_PATHNAME = 9
+ _CTL_KERN = 1
+ _KERN_PROC = 14
+ _KERN_PROC_PATHNAME = 9
12
)
src/os/executable_freebsd.go
// From FreeBSD's <sys/sysctl.h>
- _KERN_PROC_PATHNAME = 12
+ _KERN_PROC_PATHNAME = 12
0 commit comments