Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2000 20:00:37 -0800 (PST)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include dirent.h src/lib/libc/gen telldir.h closedir.c opendir.c rewinddir.c seekdir.c telldir.c
Message-ID:  <200012110400.eBB40bq99940@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2000/12/10 20:00:37 PST

  Modified files:
    include              dirent.h 
    lib/libc/gen         closedir.c opendir.c rewinddir.c 
                         seekdir.c telldir.c 
  Added files:
    lib/libc/gen         telldir.h 
  Log:
  Move telldir position recording type definitions and prototypes
  to "telldir.h" in order to prevent namespace pollution in
  <dirent.h> (which was including <sys/queue.h>).
  
  Add $FreeBSD$ to rewinddir.c and seekdir.c.
  
  Revision  Changes    Path
  1.9       +3 -5      src/include/dirent.h
  1.8       +2 -2      src/lib/libc/gen/closedir.c
  1.12      +8 -4      src/lib/libc/gen/opendir.c
  1.3       +3 -2      src/lib/libc/gen/rewinddir.c
  1.3       +3 -2      src/lib/libc/gen/seekdir.c
  1.6       +14 -24    src/lib/libc/gen/telldir.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012110400.eBB40bq99940>