Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/postfix/util vstream_parse_args() doesn't return a ...



details:   https://anonhg.NetBSD.org/src/rev/9e7da62ff36b
branches:  trunk
changeset: 486145:9e7da62ff36b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun May 14 02:31:02 2000 +0000

description:
vstream_parse_args() doesn't return a VSTREAM *, no matter what it's
declaration says.

diffstat:

 gnu/dist/postfix/util/vstream_popen.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 140c62fc2f1f -r 9e7da62ff36b gnu/dist/postfix/util/vstream_popen.c
--- a/gnu/dist/postfix/util/vstream_popen.c     Sun May 14 02:29:30 2000 +0000
+++ b/gnu/dist/postfix/util/vstream_popen.c     Sun May 14 02:31:02 2000 +0000
@@ -124,7 +124,7 @@
 
 /* vstream_parse_args - get arguments from variadic list */
 
-static VSTREAM *vstream_parse_args(VSTREAM_POPEN_ARGS *args, va_list ap)
+static void vstream_parse_args(VSTREAM_POPEN_ARGS *args, va_list ap)
 {
     const char *myname = "vstream_parse_args";
     int     key;



Home | Main Index | Thread Index | Old Index