Advertisement
Guest User

Dovecot buld patch for old Slackware (gcc-3.4/libc 2.3.1)

a guest
Jun 8th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.55 KB | None | 0 0
  1. --- src/lib/compat.h~   2017-06-08 14:44:41.000000000 -0700
  2. +++ src/lib/compat.h    2017-06-08 14:44:41.000000000 -0700
  3. @@ -179,8 +179,8 @@
  4.  #    define pread i_my_pread
  5.  #    define pwrite i_my_pwrite
  6.  #  endif
  7. -ssize_t i_my_pread(int fd, void *buf, size_t count, off_t offset);
  8. -ssize_t i_my_pwrite(int fd, const void *buf, size_t count, off_t offset);
  9. +ssize_t i_my_pread(int fd, void *buf, size_t count, off_t offset) __THROW;
  10. +ssize_t i_my_pwrite(int fd, const void *buf, size_t count, off_t offset) __THROW;
  11.  #endif
  12.  
  13.  #ifndef HAVE_SETEUID
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement