Skip to content
  • Thomas Haller's avatar
    c-list: re-import latest version of c-list.h from upstream · b6efac9e
    Thomas Haller authored
    Most notably, it renames
      c_list_unlink_init() -> c_list_unlink()
      c_list_unlink() -> c_list_unlink_stale()
    
      $ sed -e 's/\<c_list_unlink\>/c_list_unlink_old/g' \
            -e 's/\<c_list_unlink_init\>/c_list_unlink/g' \
            -e 's/\<c_list_unlink_old\>/c_list_unlink_stale/g' \
            $(git grep -l c_list_unlink -- ':(exclude)shared/nm-utils/c-list.h') \
            -i
    b6efac9e