Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37837662
en ru br
ALT Linux repos
S:1.0.6-alt2
5.0: 1.0.4-alt2.1
4.1: 1.0.4-alt2
4.0: 1.0.4-alt2
3.0: 1.0.3-alt1.1

Group :: System/Libraries
RPM: libesmtp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libesmtp-build.patch
Download


--- libesmtp-1.0.4/missing.h.build	2004-04-19 13:15:45.000000000 +0200
+++ libesmtp-1.0.4/missing.h	2006-03-24 23:50:38.000000000 +0100
@@ -43,15 +43,4 @@
 void *memrchr (const void *a, int c, size_t len);
 #endif
 
-#ifndef HAVE_SNPRINTF
-#include <sys/types.h>
-int snprintf(char *s, size_t n, const char *format, ...);
-#endif
-
-#ifndef HAVE_VSNPRINTF
-#include <stdarg.h>
-#include <sys/types.h>
-int vsnprintf(char *s, size_t n, const char *format, va_list ap);
-#endif
-
 #endif
--- libesmtp-1.0.4/headers.c~	2005-12-15 21:52:01.000000000 +0100
+++ libesmtp-1.0.4/headers.c	2006-03-24 23:53:58.000000000 +0100
@@ -33,6 +33,7 @@
 #include <unistd.h>
 #include <time.h>
 #include <errno.h>
+#include <sys/time.h>
 
 #include <missing.h>
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin