Date: Wed, 19 Nov 2008 19:01:09 GMT From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 153227 for review Message-ID: <200811191901.mAJJ1965050607@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153227 Change 153227 by csjp@hvm02 on 2008/11/19 19:00:26 Add skeleton for inode/device/pathname cacheing. Affected files ... .. //depot/projects/trustedbsd/bsmtrace/Makefile#3 edit .. //depot/projects/trustedbsd/bsmtrace/fcache.c#1 add .. //depot/projects/trustedbsd/bsmtrace/fcache.h#1 add Differences ... ==== //depot/projects/trustedbsd/bsmtrace/Makefile#3 (text+ko) ==== @@ -3,7 +3,7 @@ CC = gcc CFLAGS = -Wall -g TARGETS = bsmtrace -OBJ = bsm.o bsmtrace.o conf.o y.tab.o lex.yy.o log.o pipe.o trigger.o +OBJ = bsm.o bsmtrace.o conf.o y.tab.o lex.yy.o log.o pipe.o trigger.o fcache.o PREFIX = /usr/local LIBS = -lbsm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811191901.mAJJ1965050607>