Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 191346
Collapse All | Expand All

(-)smartmontools-5.37.orig/smartctl.cpp (-1 / +1 lines)
Lines 82-88 Link Here
82
}
82
}
83
83
84
void printcopy(){
84
void printcopy(){
85
  char *configargs=strlen(SMARTMONTOOLS_CONFIGURE_ARGS)?SMARTMONTOOLS_CONFIGURE_ARGS:"[no arguments given]";
85
  const char *configargs=strlen(SMARTMONTOOLS_CONFIGURE_ARGS)?SMARTMONTOOLS_CONFIGURE_ARGS:"[no arguments given]";
86
86
87
  pout("smartctl comes with ABSOLUTELY NO WARRANTY. This\n");
87
  pout("smartctl comes with ABSOLUTELY NO WARRANTY. This\n");
88
  pout("is free software, and you are welcome to redistribute it\n");
88
  pout("is free software, and you are welcome to redistribute it\n");
(-)smartmontools-5.37.orig/smartd.cpp (-1 / +1 lines)
Lines 310-316 Link Here
310
310
311
// prints CVS identity information for the executable
311
// prints CVS identity information for the executable
312
void PrintCVS(void){
312
void PrintCVS(void){
313
  char *configargs=strlen(SMARTMONTOOLS_CONFIGURE_ARGS)?SMARTMONTOOLS_CONFIGURE_ARGS:"[no arguments given]";
313
  const char *configargs=strlen(SMARTMONTOOLS_CONFIGURE_ARGS)?SMARTMONTOOLS_CONFIGURE_ARGS:"[no arguments given]";
314
314
315
  PrintOut(LOG_INFO,(char *)copyleftstring);
315
  PrintOut(LOG_INFO,(char *)copyleftstring);
316
  PrintOut(LOG_INFO,"CVS version IDs of files used to build this code are:\n");
316
  PrintOut(LOG_INFO,"CVS version IDs of files used to build this code are:\n");

Return to bug 191346