summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-07-10 20:35:36 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-07-10 20:35:36 +0000
commit19712e36f28bea96261841f7741086eca84f0234 (patch)
treeb542470289c8e5c9fea1add4af0fd2c3d0e1a4c5 /usr.bin
parentee0b1f780d6e2e55f02b20104a9f7e0cf7b6785d (diff)
Missed a chunk of the previous
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rdist/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rdist/defs.h b/usr.bin/rdist/defs.h
index c588ce0f4fe..8d00e7ccf86 100644
--- a/usr.bin/rdist/defs.h
+++ b/usr.bin/rdist/defs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: defs.h,v 1.22 2014/07/05 06:55:29 guenther Exp $ */
+/* $OpenBSD: defs.h,v 1.23 2014/07/10 20:35:35 guenther Exp $ */
#ifndef __DEFS_H__
#define __DEFS_H__
@@ -333,7 +333,7 @@ void cleanup(int);
int install(char *, char *, int, int , opt_t);
/* common.c */
-WRITE_RETURN_T xwrite(int, void *, WRITE_AMT_T);
+ssize_t xwrite(int, void *, size_t);
int init(int, char **, char **);
void finish(void);
void lostconn(void);