[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.3 and 1.3.2.3

version 1.3, 2000/03/16 20:56:13 version 1.3.2.3, 2001/03/12 15:44:06
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 1999 Theo de Raadt   * Copyright (c) 1995,1999 Theo de Raadt
  * 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 24 
Line 24 
  */   */
   
 #include "includes.h"  #include "includes.h"
 RCSID("$Id$");  RCSID("$OpenBSD$");
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "ssh.h"  #include "atomicio.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.3  
changed lines
  Added in v.1.3.2.3