[BACK]Return to atomicio.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/atomicio.c between version 1.7 and 1.7.2.5

version 1.7, 2000/10/18 18:04:02 version 1.7.2.5, 2001/09/27 00:15:41
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 1995,1999 Theo de Raadt   * Copyright (c) 1995,1999 Theo de Raadt.  All rights reserved.
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
Line 26 
Line 26 
 #include "includes.h"  #include "includes.h"
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include "xmalloc.h"  #include "atomicio.h"
 #include "ssh.h"  
   
 /*  /*
  * ensure all of data on socket comes through. f==read || f==write   * ensure all of data on socket comes through. f==read || f==write

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.5