On Dec 7, 2016 1:49 PM, "Kirspel, Kevin" wrote:
I’m porting QT 5.8 to RTEMS 4.12 and rtems-libbsd. I had to add pipe
support to rtems-libbsd. I would like to submit the pipe patch but the
“git diff” is long due to the fact that the diff includes the entire file
contents of the modified sys_pipe
It's because it is a new file as far as the rtems-libbsd/freebsd/ git tree is
concerned. I did a "git add" on the new pipe files.
Kevin Kirspel
Electrical Engineer - Sr. Staff
Idexx Roswell
235 Hembree Park Drive
Roswell GA 30076
Tel: (770)-510- ext. 81642
Direct: (770)-688-1642
Fax: (770)-51
I'm porting QT 5.8 to RTEMS 4.12 and rtems-libbsd. I had to add pipe support
to rtems-libbsd. I would like to submit the pipe patch but the "git diff" is
long due to the fact that the diff includes the entire file contents of the
modified sys_pipe.c and pipe.h files. How do you usually submit