Diff for /src/share/man/man5/Attic/types.5 between versions 1.4 and 1.5

version 1.4, 2003/11/09 02:34:03 version 1.5, 2003/11/14 03:54:32
Line 202  typedef struct fd_set { Line 202  typedef struct fd_set {
 __BEGIN_DECLS  __BEGIN_DECLS
 #ifndef _FTRUNCATE_DECLARED  #ifndef _FTRUNCATE_DECLARED
 #define _FTRUNCATE_DECLARED  #define _FTRUNCATE_DECLARED
 int      ftruncate __P((int, off_t));  int      ftruncate (int, off_t);
 #endif  #endif
 #ifndef _LSEEK_DECLARED  #ifndef _LSEEK_DECLARED
 #define _LSEEK_DECLARED  #define _LSEEK_DECLARED
 off_t    lseek __P((int, off_t, int));  off_t    lseek (int, off_t, int);
 #endif  #endif
 #ifndef _MMAP_DECLARED  #ifndef _MMAP_DECLARED
 #define _MMAP_DECLARED  #define _MMAP_DECLARED
 void *   mmap __P((void *, size_t, int, int, int, off_t));  void *   mmap (void *, size_t, int, int, int, off_t);
 #endif  #endif
 #ifndef _TRUNCATE_DECLARED  #ifndef _TRUNCATE_DECLARED
 #define _TRUNCATE_DECLARED  #define _TRUNCATE_DECLARED
 int      truncate __P((const char *, off_t));  int      truncate (const char *, off_t);
 #endif  #endif
 __END_DECLS  __END_DECLS
 #endif /* !_KERNEL */  #endif /* !_KERNEL */

Removed from v.1.4  
changed lines
  Added in v.1.5