- Timestamp:
- Aug 29, 2013, 9:26:37 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r437 r439 1079 1079 fi 1080 1080 fi 1081 AC_CHECK_FUNC(pmap_getmaps, 1082 AC_DEFINE([HAVE_PMAP_GETMAPS], [], [Define if pmap_getmaps available]), [],[]) 1081 1083 1082 1084 -
trunk/docs/Changelog
r437 r439 1 * Fix IgnoreAdded to anchor regex at beginning of path (reported by R.Lindner) 2 * Add check to detect availability of pmap_getmaps() (missing in static library 3 on recent Linux systems as reported by Ian Baldwin) 4 1 5 3.0.13: 2 6 * Fix detection of nonfunctional /dev/kmem -
trunk/src/sh_portcheck.c
r405 r439 834 834 unsigned long prot) 835 835 { 836 #if def HAVE_RPC_RPC_H836 #if defined(HAVE_RPC_RPC_H) && defined(HAVE_PMAP_GETMAPS) 837 837 struct pmaplist * head; 838 838 char *r;
Note:
See TracChangeset
for help on using the changeset viewer.