diff scpmisc.h @ 1324:871698dd3669

Merge pull request #26 from fperrad/kill_kr remove K&R old style code
author Matt Johnston <matt@ucc.asn.au>
date Fri, 18 Nov 2016 22:48:50 +0800
parents 83d85b28b353
children 292f79307600
line wrap: on
line diff
--- a/scpmisc.h	Thu Sep 15 21:43:57 2016 +0800
+++ b/scpmisc.h	Fri Nov 18 22:48:50 2016 +0800
@@ -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);