/[pspp]/pspp/src/file-handle.q
ViewVC logotype

Diff of /pspp/src/file-handle.q

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by blp, Sat Mar 12 20:22:18 2005 UTC revision 1.15 by blp, Mon Mar 14 06:54:40 2005 UTC
# Line 48  struct file_handle Line 48  struct file_handle
48    
49      int open_cnt;               /* 0=not open, otherwise # of openers. */      int open_cnt;               /* 0=not open, otherwise # of openers. */
50      const char *type;           /* If open, type of file. */      const char *type;           /* If open, type of file. */
51      const char open_mode[3];    /* "[rw][se]". */      char open_mode[3];          /* "[rw][se]". */
52      void *aux;                  /* Aux data pointer for owner if any. */      void *aux;                  /* Aux data pointer for owner if any. */
53    };    };
54    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26