From: Philip Homburg Date: Tue, 7 Aug 2007 13:21:55 +0000 (+0000) Subject: Removed references to stacktrace. X-Git-Tag: v3.1.4~340 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc.conf.html?a=commitdiff_plain;h=1b883a3613c1c9ded9bab2e9cc17a09f142fc765;p=minix.git Removed references to stacktrace. --- diff --git a/servers/mfs/Makefile b/servers/mfs/Makefile index 73c85e3a8..1f97664ed 100644 --- a/servers/mfs/Makefile +++ b/servers/mfs/Makefile @@ -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) diff --git a/servers/mfs/protect.c b/servers/mfs/protect.c index a0fba3028..025e9ee95 100644 --- a/servers/mfs/protect.c +++ b/servers/mfs/protect.c @@ -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(); } /*