[BACK]Return to clean_exit.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libwrap

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

Diff for /src/lib/libwrap/clean_exit.c between version 1.4.66.1 and 1.4.66.2

version 1.4.66.1, 2012/04/23 16:48:57 version 1.4.66.2, 2012/04/23 23:40:41
Line 27  __RCSID("$NetBSD$");
Line 27  __RCSID("$NetBSD$");
   
 /* clean_exit - clean up and exit */  /* clean_exit - clean up and exit */
   
 void  void    clean_exit(request)
 clean_exit(struct request_info *request)  struct request_info *request;
 {  {
   
     /*      /*

Legend:
Removed from v.1.4.66.1  
changed lines
  Added in v.1.4.66.2

CVSweb <webmaster@jp.NetBSD.org>