Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37856510
en ru br
ALT Linux repos
S:1.2.3-alt1
5.0: 1.2.2-alt1
4.1: 1.1.0-alt1
4.0: 1.1.0-alt1

Group :: System/Configuration/Networking
RPM: arpsend

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: arpsend-1.1.0-alt-gcc4.patch
Download


--- a/configure.ac~	2004-11-03 00:29:03 +0300
+++ a/configure.ac	2006-12-20 01:22:06 +0300
@@ -75,9 +75,9 @@ AC_HEADER_TIME
 AC_STRUCT_TM
 
 dnl We use some standard types that some systems don't define.
-dnl We use the AC_UNP_CHECK_TYPE macro here, which checks more headers
+dnl We use the AC_CHECK_TYPE macro here, which checks more headers
 dnl than does the standard AC_CHECK_TYPE macro.
-AC_UNP_CHECK_TYPE(u_int32_t, unsigned int)
+AC_CHECK_TYPE(u_int32_t, unsigned int)
 
 dnl ##################################################################
 dnl The AC_CHECK_FUNC_PROTO checks for function prototypes in specific headers.
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin