]> andersk Git - openssh.git/blobdiff - atomicio.h
- OpenBSD CVS Sync
[openssh.git] / atomicio.h
index 15fc025c332c53bcf48efb52b499e4663880d2be..e569d38c603f1bda7e55c335c3196eb51e9c115b 100644 (file)
@@ -1,5 +1,7 @@
+/*     $OpenBSD: atomicio.h,v 1.4 2001/06/26 06:32:46 itojun Exp $     */
+
 /*
- * Copyright (c) 1995,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
@@ -26,4 +28,4 @@
 /*
  * Ensure all of data on socket comes through. f==read || f==write
  */
-ssize_t        atomicio(ssize_t (*f)(), int fd, void *s, size_t n);
+ssize_t        atomicio(ssize_t (*)(), int, void *, size_t);
This page took 1.302858 seconds and 4 git commands to generate.