[BACK]Return to resize_ffs.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sbin / resize_ffs

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

Diff for /src/sbin/resize_ffs/resize_ffs.c between version 1.10 and 1.10.4.1

version 1.10, 2007/07/08 16:54:40 version 1.10.4.1, 2008/01/09 01:38:16
Line 40 
Line 40 
  *   *
  */   */
   
   #include <sys/cdefs.h>
 #include <stdio.h>  #include <stdio.h>
 #include <errno.h>  #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
Line 61 
Line 62 
           ( (__GNUC__ == 2) &&                          \            ( (__GNUC__ == 2) &&                          \
             defined(__GNUC_MINOR__) &&                  \              defined(__GNUC_MINOR__) &&                  \
             (__GNUC_MINOR__ >= 7) ) )              (__GNUC_MINOR__ >= 7) ) )
 #define UNUSED_ARG(x) x __attribute__((__unused__))  #define UNUSED_ARG(x) x __unused
 #define INLINE inline  #define INLINE inline
 #else  #else
 #define UNUSED_ARG(x) x  #define UNUSED_ARG(x) x

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.4.1

CVSweb <webmaster@jp.NetBSD.org>