diff options
| author | Sam Varshavchik | 2021-05-21 21:11:51 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2021-05-21 21:11:51 -0400 | 
| commit | 142f42378608e593eb36ceb33895db99948427aa (patch) | |
| tree | fc089285268a8fe3c8768cd7482fb50393f49354 /maildir | |
| parent | 34b6dbb743654fdb6edccf101c4da7e671b7a92d (diff) | |
| download | courier-libs-142f42378608e593eb36ceb33895db99948427aa.tar.bz2 | |
-Wall and -Werror fixes
Diffstat (limited to 'maildir')
| -rw-r--r-- | maildir/configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/maildir/configure.ac b/maildir/configure.ac index 230f35f..946954f 100644 --- a/maildir/configure.ac +++ b/maildir/configure.ac @@ -85,7 +85,7 @@ AC_TRY_COMPILE([  #include	<unistd.h>  #endif -extern "C" int gethostname(int,int); +extern int gethostname(int,int);  ],[  ],maildir_cv_SYS_GETHOSTNAME=yes,maildir_cv_SYS_GETHOSTNAME=no  ) | 
