Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 1997 18:20:47 -0500
From:      Ken Key <key@cs.utk.edu>
To:        Ken Key <key@cs.utk.edu>
Cc:        freebsd-mobile@freebsd.org
Subject:   Forgot patch of function declaration for my APM suspend patch.
Message-ID:  <199712232320.SAA00549@duncan.cs.utk.edu>
In-Reply-To: Your message of Mon, 22 Dec 1997 21:39:00 -0500. <199712230239.VAA02986@duncan.cs.utk.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
I realized late last night that I forgot to include the patched
sys/sys/systm.h that adds the function declaration for 
adjust_timeout_calltodo() in my message yesterday.  After sitting on the
deltas for a few weeks, that one had slipped my mind.  Fortunately, the 
kernel compiled OK without it.  I've included it below for completeness.

K^2
--
Ken Key (key@cs.utk.edu)
Univ. of Tennessee, Knoxville

=====================>8 cut here 8<==============================
*** sys/sys/systm.h-orig        Tue Dec 23 09:42:04 1997
--- sys/sys/systm.h     Tue Dec 23 09:36:33 1997
***************
*** 137,142 ****
--- 137,146 ----
  void  hardupdate __P((long));
  void  hardpps __P((struct timeval *tvp, long usec));
  
+ #ifdef APM_FIXUP_CALLTODO
+ void    adjust_timeout_calltodo __P((struct timeval *time_change));
+ #endif /* APM_FIXUP_CALLTODO */
+ 
  #include <sys/libkern.h>
  
  /* Initialize the world */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712232320.SAA00549>