projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6b93bf
)
Don't test HAVE_ERRNO_H. It's not necessary.
author
Jim Meyering
<jim@meyering.net>
Sun, 12 Jan 2003 08:51:10 +0000
(08:51 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 12 Jan 2003 08:51:10 +0000
(08:51 +0000)
lib/makepath.c
patch
|
blob
|
history
diff --git
a/lib/makepath.c
b/lib/makepath.c
index 0d1a1ef26abcc2353797e86b5a3914e9552de30f..513549ded75f567bca6e65a615eb9c38819c058b 100644
(file)
--- a/
lib/makepath.c
+++ b/
lib/makepath.c
@@
-46,9
+46,7
@@
# include <stdlib.h>
#endif
-#if HAVE_ERRNO_H
-# include <errno.h>
-#endif
+#include <errno.h>
#ifndef errno
extern int errno;