freebsd-dev/include/arpa
Mike Barcroft 2cd998a25d Change a POSIX conditional to use the new __BSD_VISIBLE macro.
Fix the following style bugs:
o #ifdef, #ifndef, and #undef should be followed by a space, not a
  tab.
o The second level of indentation in prototypes is 4 characters even
  when the function names are indented 1 extra character.
o Type qualifiers that appear next to a * need a seperating space so
  that the qualifier isn't easily confused with parameter names.
  (eg. `char * __restrict' instead of `char *__restrict')

Submitted by:	bde (mostly)
2002-08-16 16:34:26 +00:00
..
ftp.h
inet.h Change a POSIX conditional to use the new __BSD_VISIBLE macro. 2002-08-16 16:34:26 +00:00
Makefile Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
nameser_compat.h Prepend BIG_ENDIAN, BYTE_ORDER, LITTLE_ENDIAN, and PDP_ENDIAN with an 2002-05-28 04:32:25 +00:00
nameser.h Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
telnet.h Merge from master (crypto) telnet. WARNS fixes for alpha. 2001-12-03 12:41:19 +00:00
tftp.h RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds support 2001-09-27 20:50:14 +00:00