Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Fri, 21 Aug 1998 03:40:23 +1000

Kgicon & the sysctl stuff

The new sysctl stuff in fbcon-kgi.c broke it.  There is this undefined
reference to "memset", and the thing won't insmod anymore.

... 2 hours and much hair pulling later ...

Line 1587 where there is a "constructor expression", as follows :

	sysctl_subsys[idx] = (struct ctl_table)
			{idx+1, name, NULL, 0, 0555, c_leafs};

Not only is that not ANSI, it causes the above problem.  ARGH !!!
Somebody please fix that.  I had hoped to get text modes working
tonight, grumble grumble...

_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

Index: [thread] [date] [subject] [author]