Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/23/2000 22:33:49
Module Name:	basesrc
Committed By:	itojun
Date:		Thu Feb 24 06:33:49 UTC 2000

Modified Files:
	basesrc/lib/libc/net: rcmd.c
	basesrc/usr.sbin/lpr/lpd: extern.h lpd.c

Log Message:
(rcmd.c) to make Zoularis happier, pass sa_len separately from sockaddrs.
this changes function prototype for __ivalid*.
This commit breaks binary compatibility for __ivalid*.  I believe this can be
forgiven due to the following:
- this is not really exported function.  no function prototype is in headers.
  function name starts with underbars.  No third-party applications are
  expected to use it.
- the function was introduced very recently, when rcmd.c was made IPv6-ready.
- the only customer in NetBSD tree is lpd.

(lpd.c) sync with rcmd.c change.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 basesrc/lib/libc/net/rcmd.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.sbin/lpr/lpd/extern.h
cvs rdiff -r1.20 -r1.21 basesrc/usr.sbin/lpr/lpd/lpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.