diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 07:59:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 07:59:50 +0000 |
commit | 7f7945090f84c450e537116c996cb2942812ba75 (patch) | |
tree | 7cb5dad347fbf15a28b4be4d6dff348a905f9d5d /usr.bin/tftp/tftpsubs.c | |
parent | db6f2152ce8405f627f597268f0071a4f9f6a4cd (diff) |
another proto repair
Diffstat (limited to 'usr.bin/tftp/tftpsubs.c')
-rw-r--r-- | usr.bin/tftp/tftpsubs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tftp/tftpsubs.c b/usr.bin/tftp/tftpsubs.c index 11589b2f3fa..ffc2177a7d6 100644 --- a/usr.bin/tftp/tftpsubs.c +++ b/usr.bin/tftp/tftpsubs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tftpsubs.c,v 1.7 2003/06/25 15:45:10 deraadt Exp $ */ +/* $OpenBSD: tftpsubs.c,v 1.8 2003/06/26 07:59:49 deraadt Exp $ */ /* $NetBSD: tftpsubs.c,v 1.3 1994/12/08 09:51:31 jtc Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)tftpsubs.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = "$OpenBSD: tftpsubs.c,v 1.7 2003/06/25 15:45:10 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: tftpsubs.c,v 1.8 2003/06/26 07:59:49 deraadt Exp $"; #endif /* not lint */ /* Simple minded read-ahead/write-behind subroutines for tftp user and @@ -78,7 +78,7 @@ static int current; /* index of buffer in use */ int newline = 0; /* fillbuf: in middle of newline expansion */ int prevchar = -1; /* putbuf: previous char (cr check) */ -static struct tftphdr *rw_init(); +static struct tftphdr *rw_init(int); struct tftphdr * w_init(void) |