Skip to content

Commit

Permalink
Fix UID, Uid mix up
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Jun 28, 2022
1 parent 4ad6fe1 commit 9ef6a0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mktypes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ case $ARCH in
exit 1
esac

# Note that `process.Uucred#Uid` must be chanded manually to `UID` to match upstream behavior.
# Please see https://github.com/shirou/gopsutil/pull/917 for more information.

for DIR in $DIRS
do
if [ -e ${DIR}/types_${GOOS}.go ]; then
Expand Down
2 changes: 1 addition & 1 deletion process/process_darwin_arm64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ef6a0c

Please sign in to comment.