Follow up to 82a265ad9bad to remove string arg
The 'uniq' LINE gives more deterministic load order but seems a little sketchy.
Differential D41484
snd: simplify SND_DECLARE_FILE kbowling on Aug 16 2023, 6:52 PM. Authored by Tags None Referenced Files
Details Follow up to 82a265ad9bad to remove string arg The 'uniq' LINE gives more deterministic load order but seems a little sketchy.
Diff Detail
Event Timeline
Comment Actions The diff you need here is much larger and also needs to be merged back to stable/13 as this has all been somewhat broken (but not fatally) since the switch to git. These SYSINITs are used to build a linked-list of strings that are printed from one of the handlers. I've started working on a version that is MFC-safe that keeps the API but removes the implementation. I'll post it once it is ready. For HEAD we ultimately want to remove the macro entirely I believe. |