[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.2.5 and 1.8

version 1.7.2.5, 2001/09/27 00:15:41 version 1.8, 2001/01/21 19:05:40
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 1995,1999 Theo de Raadt.  All rights reserved.   * 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 26 
Line 26 
 #include "includes.h"  #include "includes.h"
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
   #include "xmalloc.h"
 #include "atomicio.h"  #include "atomicio.h"
   
 /*  /*

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