sudo-project / sudo

Utility to execute a command as another user
https://www.sudo.ws
Other
1.19k stars 221 forks source link

exec_ptrace: fix missing sudo_pt_regs on aarch64 #156

Closed delroth closed 2 years ago

delroth commented 2 years ago

AArch64 already had an existing "user_pt_regs" struct and didn't need a struct alias before the renaming to "sudo_pt_regs". Make the code build again by adding the now missing alias.

Fixes: 2eb8ff17