NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/42879 CVS commit: src



The following reply was made to PR lib/42879; it has been noted by GNATS.

From: YAMAMOTO Takashi <yamt%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42879 CVS commit: src
Date: Sun, 26 Sep 2010 02:27:00 +0000

 Module Name:   src
 Committed By:  yamt
 Date:          Sun Sep 26 02:27:00 UTC 2010
 
 Modified Files:
        src/include: dirent.h
        src/lib/libc/gen: Makefile.inc closedir.c dirent_private.h opendir.c
            rewinddir.c
 Added Files:
        src/lib/libc/gen: initdir.c
 
 Log Message:
 fix rewinddir on nfs.  fix PR/42879 (and probably PR/40229.)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.33 -r1.34 src/include/dirent.h
 cvs rdiff -u -r1.171 -r1.172 src/lib/libc/gen/Makefile.inc
 cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gen/closedir.c
 cvs rdiff -u -r1.3 -r1.4 src/lib/libc/gen/dirent_private.h
 cvs rdiff -u -r0 -r1.1 src/lib/libc/gen/initdir.c
 cvs rdiff -u -r1.36 -r1.37 src/lib/libc/gen/opendir.c
 cvs rdiff -u -r1.12 -r1.13 src/lib/libc/gen/rewinddir.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index