Ticket #177: build.diff

File build.diff, 347 bytes (added by xtraeme@gmail.com, 14 months ago)

Patch to workaround build failure

  • src/rc/rc.c

    old new const char rc_copyright[] = "Copyright ( 
    4545 
    4646#ifdef __linux__ 
    4747#  include <asm/setup.h> /* for COMMAND_LINE_SIZE */ 
     48#  ifndef COMMAND_LINE_SIZE 
     49#    define COMMAND_LINE_SIZE   2048 
     50#  endif 
    4851#endif 
    4952 
    5053#include <errno.h>