[BACK]Return to ufs.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / lib / libsa

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/lib/libsa/ufs.c between version 1.27.8.1 and 1.28

version 1.27.8.1, 1999/12/27 18:36:03 version 1.28, 1999/11/11 20:23:17
Line 76 
Line 76 
 #include <ufs/ufs/dinode.h>  #include <ufs/ufs/dinode.h>
 #include <ufs/ufs/dir.h>  #include <ufs/ufs/dir.h>
 #include <ufs/ffs/fs.h>  #include <ufs/ffs/fs.h>
 #ifdef _STANDALONE  
 #include <lib/libkern/libkern.h>  
 #else  
 #include <string.h>  
 inline u_int  
 max(a, b)  
         u_int a, b;  
 {  
         return (a > b ? a : b);  
 }  
 #endif  
   
 #include "stand.h"  #include "stand.h"
 #include "ufs.h"  #include "ufs.h"

Legend:
Removed from v.1.27.8.1  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>