lkml.org 
[lkml]   [2002]   [Jul]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 17 Jul 2002 14:11:11 -0600 (MDT)
FromThunder from the hill <>
SubjectSWSUSP in 2.5
Hi,

Compiling software suspend, I get the following warning:

suspend.c: In function `prepare_suspend_processes':
suspend.c:602: warning: implicit declaration of function `sys_sync'

The reasons seems, to me, that no header file ever talks about sys_sync, 
except for a small comment in include/linux/writeback.h. via-pmu uses it, 
too, they have their own prototype. It might be an idea to add this 
one-liner:

--- kernel/suspend.c~   Wed Jul 17 14:09:57 2002
+++ kernel/suspend.c    Wed Jul 17 14:10:17 2002
@@ -66,6 +66,7 @@
 #include <linux/swapops.h>
 
 extern void signal_wake_up(struct task_struct *t);
+extern int sys_sync(void);
 
 unsigned char software_suspend_enabled = 0;
 
							Regards,
							Thunder
-- 
(Use http://www.ebb.org/ungeek if you can't decode)
------BEGIN GEEK CODE BLOCK------
Version: 3.12
GCS/E/G/S/AT d- s++:-- a? C++$ ULAVHI++++$ P++$ L++++(+++++)$ E W-$
N--- o?  K? w-- O- M V$ PS+ PE- Y- PGP+ t+ 5+ X+ R- !tv b++ DI? !D G
e++++ h* r--- y- 
------END GEEK CODE BLOCK------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:22    [from the cache]
©2003-2008