看板 DFBSD_commit 關於我們 聯絡資訊
commit b017564d189cfb8c010f925743121bc825b78153 Author: John Marino <draco@marino.st> Date: Tue Apr 26 22:30:54 2011 +0200 rcorder: unbreak world The recent update to libutil clashed with the roll-your-own functions of rcorder, breaking world. This removes those rolled functions and uses standard system headers. Summary of changes: sbin/rcorder/Makefile | 7 +--- sbin/rcorder/ealloc.c | 112 ------------------------------------------------ sbin/rcorder/ealloc.h | 9 ---- sbin/rcorder/hash.c | 2 +- sbin/rcorder/rcorder.c | 3 +- 5 files changed, 3 insertions(+), 130 deletions(-) delete mode 100644 sbin/rcorder/ealloc.c delete mode 100644 sbin/rcorder/ealloc.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b017564d189cfb8c010f925743121bc825b78153 -- DragonFly BSD source repository