bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with "diff -p" command


From: Phuong Nguyen Hoang Linh
Subject: Problem with "diff -p" command
Date: Fri, 14 Apr 2006 11:28:48 +0700

Hello,

When I used "diff -p", I found this problem as below. Instead of printing
function-name, that command just printed the prototype of that function.
Could you please check that?

Log:

 $ diff -p 36679

--- ./cardmgr_cli.c@@/main/.

*************** cmc_bootrom_update_cli

*** 7894,7900 ****

          }

      }

      if(cardmgr_actual[slot].cr_type != CARD_RMC) {

!         printf("Slot %d is not a cmc3 slot.\n",

                 slot_2_user(slot));

          return CARDMGR_BADTYPE;

      }

--- 7894,7900 ----

          }

      }

      if(cardmgr_actual[slot].cr_type != CARD_RMC) {

!         printf("Slot %d is not a cmc slot.\n",

                 slot_2_user(slot));

          return CARDMGR_BADTYPE;

      }

*************** void
<------------ problem here

*** 9849,9885 ****

  boot_cli_init(void)

  {

      (void)PrMetaStmt("update bootrom cmc [slot=%slot(INT)]
[bootrom=%bank(INT)] [file=]%name(IDENT)",

!           cmc_bootrom_update_cli, (void *)0, PRIV_SSU);

  ...

 

Regards,

Linh Phuong

 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]