K 10 svn:author V 3 cem K 8 svn:date V 27 2019-08-18T04:19:41.318542Z K 7 svn:log V 341 OFED: Fix accidental double-copy of rdma_sdp.h in r351176 The mistake came about like this: the first attempt to commit was blocked by a pre-commit hook due to missing SVN tags. svn revert doesn't delete new files, I guess. While reapplying the fixed diff, the non-empty target file was just concatenated with the new contents? Ugh. :-( END