[BACK]Return to rusersd.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / rpc.rusersd

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

Diff for /src/libexec/rpc.rusersd/rusersd.c between version 1.16 and 1.17

version 1.16, 2006/05/09 20:18:07 version 1.17, 2007/12/15 19:44:46
Line 47  __RCSID("$NetBSD$");
Line 47  __RCSID("$NetBSD$");
   
 int from_inetd = 1;  int from_inetd = 1;
   
 static void cleanup(int) __attribute__((__noreturn__));  static void cleanup(int) __dead;
   
 static void  static void
 /*ARGSUSED*/  /*ARGSUSED*/

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

CVSweb <webmaster@jp.NetBSD.org>