[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.2.4 and 1.4

version 1.3.2.4, 2001/03/21 18:52:31 version 1.4, 2000/06/20 01:39:37
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 1995,1999 Theo de Raadt.  All rights reserved.   * Copyright (c) 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 27 
Line 27 
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include "xmalloc.h"  #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.3.2.4  
changed lines
  Added in v.1.4