[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 and 1.5

version 1.4, 1999/07/03 12:30:40 version 1.5, 2012/03/21 10:10:37
Line 27  __RCSID("$NetBSD$");
Line 27  __RCSID("$NetBSD$");
   
 /* clean_exit - clean up and exit */  /* clean_exit - clean up and exit */
   
 void    clean_exit(request)  void
 struct request_info *request;  clean_exit(struct request_info *request)
 {  {
   
     /*      /*

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>