[BACK]Return to rumpclient.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / librumpclient

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/librumpclient/rumpclient.h between version 1.16 and 1.17

version 1.16, 2017/05/11 17:47:22 version 1.17, 2017/05/11 18:44:50
Line 39 
Line 39 
 #endif /* !__returns_twice */  #endif /* !__returns_twice */
   
 #if !defined(RUMP_REGISTER_T)  #if !defined(RUMP_REGISTER_T)
 #define RUMP_REGISTER_T long  # define RUMP_REGISTER_T long
   # if !defined(_KERNEL) && !defined(_KMEMUSER) &&  \
       !defined(_KERNTYPES) && !defined(_STANDALONE)
 typedef RUMP_REGISTER_T register_t;  typedef RUMP_REGISTER_T register_t;
   # endif
 #endif  #endif
   
 struct rumpclient_fork;  struct rumpclient_fork;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>