Hi, while trying to compile tar from the master branch of the GIT repository, I encountered the following errror:
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnu -I../ -I../gnu -I../lib -I../lib -g -O2 -c tar.c[b tar.c: In function 'format_default_settings': tar.c:914: error: expected expression before ')' token make[2]: *** [tar.o] Error 1 Attached is a patch to fix the problem of a misplaced comma. greetings, Rob -- Rob Vermaas [email] [email protected]
