• J
    add "const" and "static" attributes to file-scoped globals · 71225100
    Jim Meyering 提交于
    * src/storage_backend_fs.c (fileTypeInfo): Add "static" and two
    "const" attributes.
    (FileTypeInfo): Name the previously anonymous struct,
    so the declaration of fileTypeInfo looks more conventional.
    * src/xend_internal.c (sound_models): Mark as static, and
    as an array of "const" entries.
    
    These were relatively new additions to the list from here:
    nm src/*.o|grep ' D '
    71225100
storage_backend_fs.c 35.8 KB