~ubuntu-branches/ubuntu/wily/ctfutils/wily

« back to all changes in this revision

Viewing changes to sys/cddl/compat/opensolaris/sys/vnode.h

  • Committer: Package Import Robot
  • Author(s): Robert Millan
  • Date: 2013-11-09 17:07:06 UTC
  • Revision ID: package-import@ubuntu.com-20131109170706-b5nr4utk7o5sbkvs
Tags: 9.2-1
Initial release.  (Closes: #729149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
#define va_blksize      va_blocksize
117
117
#define va_seq          va_gen
118
118
 
 
119
#ifndef OFF_MAX
 
120
#define MAXOFFSET_T     __OFF_MAX
 
121
#else
119
122
#define MAXOFFSET_T     OFF_MAX
 
123
#endif
120
124
#define EXCL            0
121
125
 
122
126
#define ACCESSED                (AT_ATIME)