[BACK]Return to fix_options.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/fix_options.c between version 1.10.44.2 and 1.11

version 1.10.44.2, 2012/04/23 23:40:41 version 1.11, 2012/03/21 10:10:37
Line 40  __RCSID("$NetBSD$");
Line 40  __RCSID("$NetBSD$");
 /* fix_options - get rid of IP-level socket options */  /* fix_options - get rid of IP-level socket options */
   
 void  void
 fix_options(request)  fix_options(struct request_info *request)
 struct request_info *request;  
 {  {
 #ifdef IP_OPTIONS  #ifdef IP_OPTIONS
     unsigned char optbuf[BUFFER_SIZE / 3], *cp;      unsigned char optbuf[BUFFER_SIZE / 3], *cp;

Legend:
Removed from v.1.10.44.2  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>