Diff for /rpl/src/instructions_w1.c between versions 1.24 and 1.28

version 1.24, 2010/08/15 14:46:25 version 1.28, 2010/08/31 09:57:43
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    RPL/2 (R) version 4.0.19
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 1710  instruction_write(struct_processus *s_et Line 1710  instruction_write(struct_processus *s_et
                         }                          }
                         else                          else
                         {                          {
                             printf("+++Attention : IPv6 support "                              printf("+++Warning : IPv6 support "
                                     "unavailable\n");                                      "unavailable\n");
                         }                          }
 #                       endif  #                       endif
Line 2919  instruction_wfsock(struct_processus *s_e Line 2919  instruction_wfsock(struct_processus *s_e
             }              }
             else              else
             {              {
                 printf("+++Attention : IPv6 support "                  printf("+++Warning : IPv6 support "
                         "unavailable\n");                          "unavailable\n");
             }              }
 #           endif  #           endif

Removed from v.1.24  
changed lines
  Added in v.1.28


CVSweb interface <joel.bertrand@systella.fr>