]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed references to stacktrace.
authorPhilip Homburg <philip@cs.vu.nl>
Tue, 7 Aug 2007 13:21:55 +0000 (13:21 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Tue, 7 Aug 2007 13:21:55 +0000 (13:21 +0000)
servers/mfs/Makefile
servers/mfs/protect.c

index 73c85e3a82d2d7b3c3427e148400881587c59da6..1f97664ed1ba53cd0c84200b0e2d4aeb69aae6ce 100644 (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)
index a0fba30288a284b9d5d717289e6292f416fca1ca..025e9ee952d70b29a82d51bf213a4885eb2060ba 100644 (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();
   }
 
   /*