Removed references to stacktrace.
This commit is contained in:
		
							parent
							
								
									a318cd291f
								
							
						
					
					
						commit
						1b883a3613
					
				@ -16,7 +16,7 @@ LIBS = -lsysutil  -lsys -ltimers
 | 
				
			|||||||
OBJ =	cache.o device.o link.o \
 | 
					OBJ =	cache.o device.o link.o \
 | 
				
			||||||
	mount.o misc.o open.o pipe.o protect.o read.o \
 | 
						mount.o misc.o open.o pipe.o protect.o read.o \
 | 
				
			||||||
	stadir.o table.o time.o utility.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 
 | 
					# build local binary 
 | 
				
			||||||
all build:	$(SERVER)
 | 
					all build:	$(SERVER)
 | 
				
			||||||
 | 
				
			|||||||
@ -118,7 +118,6 @@ PUBLIC int forbidden(register struct inode *rip, mode_t access_desired)
 | 
				
			|||||||
  {
 | 
					  {
 | 
				
			||||||
	printf(
 | 
						printf(
 | 
				
			||||||
	"forbidden: warning caller_uid and caller_gid not initialized\n");
 | 
						"forbidden: warning caller_uid and caller_gid not initialized\n");
 | 
				
			||||||
	stacktrace();
 | 
					 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /*
 | 
					  /*
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user