OpenBSD CVS

CVS log for src/include/netdb.h


[BACK] Up to [local] / src / include

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_2_9_BASE


Revision 1.12 / (download) - annotate - [select for diffs], Wed Feb 21 15:12:00 2001 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

change ai_addrlen to socklen_t.  now it conforms to
draft-ietf-ipngwg-rfc2553bis-03.txt.  backward compatibility concern:
- should be safe to change signed to unsigned, as we never return
  negative value.
- sizeof(int) is 4 for all archs, so there's no size change with socklen_t
  (= u_int32_t)

commented by deraadt.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.