Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7cc9f69f
Commit
7cc9f69f
authored
Feb 13, 2001
by
Gerd Moellmann
Browse files
(directory_files_internal): Initialize errno.
(toplevel): Include errno.h.
parent
e9fcba3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/dired.c
src/dired.c
+2
-0
No files found.
src/ChangeLog
View file @
7cc9f69f
2001-02-13 Gerd Moellmann <gerd@gnu.org>
* dired.c (directory_files_internal): Initialize errno.
(toplevel): Include errno.h.
2001-02-12 Andrew Innes <andrewi@gnu.org>
The following changes are to draw box lines inside characters area
...
...
src/dired.c
View file @
7cc9f69f
...
...
@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#include <sys/stat.h>
#include "systime.h"
#include <errno.h>
#ifdef VMS
#include <string.h>
...
...
@@ -208,6 +209,7 @@ directory_files_internal (directory, full, match, nosort, attrs)
#endif
/* not VMS */
/* Loop reading blocks until EOF or error. */
errno
=
0
;
while
((
dp
=
readdir
(
d
))
!=
NULL
)
{
if
(
DIRENTRY_NONEMPTY
(
dp
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment