Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. diff --git a/sh/hivexsh.c b/sh/hivexsh.c
  2. index b925ddb..8676291 100644
  3. --- a/sh/hivexsh.c
  4. +++ b/sh/hivexsh.c
  5. @@ -27,6 +27,9 @@
  6. #include <unistd.h>
  7. #include <assert.h>
  8. #include <errno.h>
  9. +
  10. +#define ENOKEY 126
  11. +
  12. #include <locale.h>
  13.  
  14. #ifdef HAVE_LIBINTL_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement