diff scpmisc.h @ 1323:83d85b28b353

upgrade atomicio in order to remove K&R code in atomicio.c now, vwrite comes from atomicio.h
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 25 Mar 2016 12:05:17 +0100
parents 5686ee0a3338
children 292f79307600
line wrap: on
line diff
--- a/scpmisc.h	Fri Mar 25 07:57:19 2016 +0100
+++ b/scpmisc.h	Fri Mar 25 12:05:17 2016 +0100
@@ -12,9 +12,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* actually from atomicio, but is only used in scp code */
-#define vwrite (ssize_t (*)(int, void *, size_t))write
-
 char	*chop(char *);
 char	*strdelim(char **);
 void	 set_nonblock(int);