From: Ben Gras Date: Tue, 20 Jun 2006 09:59:50 +0000 (+0000) Subject: Prototype of do_safecopy X-Git-Tag: v3.1.3~316 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-keyfromlabel.html?a=commitdiff_plain;h=ada6592af90cce01834b24dca8b6e161758c7779;p=minix.git Prototype of do_safecopy --- diff --git a/kernel/system.h b/kernel/system.h index 78ca0ed7d..0935495cc 100644 --- a/kernel/system.h +++ b/kernel/system.h @@ -173,6 +173,7 @@ _PROTOTYPE( int do_setalarm, (message *m_ptr) ); #define do_setalarm do_unused #endif +_PROTOTYPE( int do_safecopy, (message *m_ptr) ); _PROTOTYPE( int do_iopenable, (message *m_ptr) ); #endif /* SYSTEM_H */