Changeset 284 for trunk


Ignore:
Timestamp:
May 9, 2010, 3:42:07 PM (14 years ago)
Author:
katerina
Message:

Fix for ticket #208 (/dev/kmem not recognized).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r279 r284  
    20762076                        sh_libkvm="-lkvm"
    20772077                elif test -f "${systemmap}"; then
    2078                         if test -f /dev/kmem; then
     2078                        if test -c /dev/kmem; then
    20792079                           :
    20802080                        else
  • trunk/docs/Changelog

    r282 r284  
     12.7.0a (09-05-2010):
     2        * fix /dev/kmem detection (reported by S. Clormann)
     3       
    142.7.0 (01-05-2010):
    25        * sh_utmp.c, sh_login_track.c: additional login checks
Note: See TracChangeset for help on using the changeset viewer.