projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef4494f
)
(ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3.
author
Jim Meyering
<jim@meyering.net>
Sun, 5 Sep 1999 06:56:50 +0000
(06:56 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 5 Sep 1999 06:56:50 +0000
(06:56 +0000)
Use EINVAL instead.
lib/lchown.h
patch
|
blob
|
history
diff --git
a/lib/lchown.h
b/lib/lchown.h
index 25e4dac98401a0095fe3867f4e4f3011445e5458..46fa0ede047ff63a9246b23e840ae45dbd5de0ec 100644
(file)
--- a/
lib/lchown.h
+++ b/
lib/lchown.h
@@
-4,6
+4,6
@@
# define ENOSYS ENOTSUP
# else
/* Some systems don't have ENOTSUP either. */
-# define ENOSYS E
NOMSG
+# define ENOSYS E
INVAL
# endif
#endif