Ticket #28579: patch-src-pak.c.diff

File patch-src-pak.c.diff, 393 bytes (added by luiji@…, 13 years ago)

patch file required by the portfile for makepak (will not be needed in the next release)

  • src/pak.c

    old new  
    6767};
    6868
    6969/* argv[0]; name of the program given at the command-line */
    70 static const char *program_name;
     70const char *program_name;
    7171/* whether or not to recursively add directories */
    7272static int recursive_flag = 0;
    7373/* whether or not to print each file as it is added */