MetPX / sarrac

C implementation of (a subset of) Sarracenia (large scale file transfer utility)
GNU General Public License v2.0
4 stars 1 forks source link

More fixes for #145 #152

Closed reidsunderland closed 3 months ago

reidsunderland commented 3 months ago

I'm now handling the syscalls that we found were being used during our tests. And switched to using the portable SYS_ names instead of the hardcoded syscall numbers, which are platform dependent.