libvncserver icon indicating copy to clipboard operation
libvncserver copied to clipboard

Fixes having sys/resource.h and not having the getrlimit function

Open kdschlosser opened this issue 1 year ago • 3 comments

This fixes a compilation error that can occur if the sys/resource.h file does exist but the getrlimit function doesn't.

kdschlosser avatar Oct 30 '24 21:10 kdschlosser

I am not sure why the commit history looks like that. all I did was fork the repo, clone my local copy. prior to making a new branch I pulled any changes from your master branch and pushed them to my fork. then I created the new branch and made the code changes and committed them and pushed them to the new branch on my fork. then opened the PR and this is what resulted.

Never seen this happen before as that is the way I have always handled making a PR.

I think you can merge this and squash it so it doesn't muddy the commit history. IDK. this has never happened to me before.

kdschlosser avatar Oct 30 '24 21:10 kdschlosser

@kdschlosser looks a bit like you cloned the multicastvnc branch and now this PR wants to merge it back. Please try force-pushing or maybe a new PR, both welcome. Can't merge in the current form.

bk138 avatar Oct 31 '24 19:10 bk138

I will mess about with it and see what is going on. I am not sure why it ended up like this. I might have to clone the repo over again and make all of the changes again that I have made.

kdschlosser avatar Oct 31 '24 20:10 kdschlosser

If you got something ready, please file a new PR. I'll close this one for the bookkeeping :-)

bk138 avatar Aug 21 '25 19:08 bk138