Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184897 | Differences between
and this patch

Collapse All | Expand All

(-)dnprogs-2.39/scripts/check_kernel.sh (-5 / +5 lines)
Lines 29-42 Link Here
29
  fi
29
  fi
30
fi
30
fi
31
31
32
if [ -f /usr/src/linux/include/linux/dn.h ]
32
#if [ -f /usr/src/linux/include/linux/dn.h ]
33
then
33
#then
34
  #
34
  #
35
  # Steve's kernel
35
  # Steve's kernel
36
  #
36
  #
37
  echo Using dn.h from Steve\'s kernel
37
#  echo Using dn.h from Steve\'s kernel
38
  cp  /usr/src/linux/include/linux/dn.h include/netdnet
38
#  cp  /usr/src/linux/include/linux/dn.h include/netdnet
39
fi
39
#fi
40
40
41
if [ ! -f include/netdnet/dn.h ]
41
if [ ! -f include/netdnet/dn.h ]
42
then
42
then

Return to bug 184897