Skip to content

Commit

Permalink
Merge pull request #923 from ElectrodeYT/fix-process-groups-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke authored Oct 7, 2023
2 parents 75124c1 + aecf875 commit 61529ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/managarm/generic/ioctl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ int sys_ioctl(int fd, unsigned long request, void *arg, int *result) {

managarm::fs::GenericIoctlRequest<MemoryAllocator> req(getSysdepsAllocator());
req.set_command(request);
req.set_pgid((long int)param);
req.set_pgid(*param);

frg::string<MemoryAllocator> ser(getSysdepsAllocator());
req.SerializeToString(&ser);
Expand Down

0 comments on commit 61529ce

Please sign in to comment.