On Tue, Sep 3, 2013 at 4:26 PM, Charles Davis cdavis5x@gmail.com wrote:
You mean removing protocol.c and adding all content to socket.c? If yes I would appreciate if you could do that because I don't have the git skills and wouldn't now how to sort the functions inside socket.c.
It's not that hard. Just copy all the substantial stuff from protocol.c into socket.c, and then you can run:
$ git rm --force protocol.c $ git commit --amend socket.c protocol.c # apply changes to your existing commit
Thanks, but what about makefiles and automake stuff?
Chip
Regards, Bruno