Removed references to stacktrace.

This commit is contained in:
Philip Homburg 2007-08-07 13:21:55 +00:00
parent a318cd291f
commit 1b883a3613
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,7 @@ LIBS = -lsysutil -lsys -ltimers
OBJ = cache.o device.o link.o \
mount.o misc.o open.o pipe.o protect.o read.o \
stadir.o table.o time.o utility.o \
write.o inode.o main.o path.o super.o stacktrace.o
write.o inode.o main.o path.o super.o
# build local binary
all build: $(SERVER)

View file

@ -118,7 +118,6 @@ PUBLIC int forbidden(register struct inode *rip, mode_t access_desired)
{
printf(
"forbidden: warning caller_uid and caller_gid not initialized\n");
stacktrace();
}
/*