git: lib/libdmsg: Use libkern instead of lib/libdmsg/icrc.c

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Sep 28 06:08:36 PDT 2019


commit 5114cf22cc364223c17a52e0cc3565d942d44a1a
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sat Sep 28 04:16:49 2019 +0900

    lib/libdmsg: Use libkern instead of lib/libdmsg/icrc.c
    
    Remove yet another copy of icrc file in lib/libdmsg, with only
    difference in function names which start with dmsg_ prefix.

Summary of changes:
 lib/libdmsg/Makefile     |   5 +-
 lib/libdmsg/dmsg.h       |   4 +-
 lib/libdmsg/dmsg_local.h |   7 +
 lib/libdmsg/icrc.c       | 785 -----------------------------------------------
 4 files changed, 13 insertions(+), 788 deletions(-)
 delete mode 100644 lib/libdmsg/icrc.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5114cf22cc364223c17a52e0cc3565d942d44a1a


-- 
DragonFly BSD source repository


More information about the Commits mailing list