Print this page
make: unifdef SUN5_0 (defined)

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/include/vroot/args.h
          +++ new/usr/src/cmd/make/include/vroot/args.h
↓ open down ↓ 45 lines elided ↑ open up ↑
  46   46          struct { int mode;} chmod;
  47   47          struct { int user; int group;} chown;
  48   48          struct { int mode;} creat;
  49   49          struct { char **argv; char **environ;} execve;
  50   50          struct { struct stat *buffer;} lstat;
  51   51          struct { int mode;} mkdir;
  52   52          struct { char *name; int mode;} mount;
  53   53          struct { int flags; int mode;} open;
  54   54          struct { char *buffer; int buffer_size;} readlink;
  55   55          struct { struct stat *buffer;} stat;
  56      -#ifndef SUN5_0
  57      -        struct { struct statfs *buffer;} statfs;
  58      -#endif
  59   56          struct { int length;} truncate;
  60   57          struct { struct timeval *time;} utimes;
  61   58  };
  62   59  
  63   60  extern  union Args      vroot_args;
  64   61  extern  int             vroot_result;
  65   62  
  66   63  #endif
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX