Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 1995 13:26:55 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Subject:   lint
Message-ID:  <199510141226.NAA09160@uriah.heep.sax.de>

next in thread | raw e-mail | index | archive | help
I'm trying to port Jochen Pohl's NetBSD lint to FreeBSD.

The following things are in my way:

. The inconsistent handling of _BSD_WCHAR_T in <stdlib.h>, <stddef.h>,
  and <runetype.h>.  Is there any particular reason to protect the
  rune_t declaration from Posix and ANSI sources?

. The ANSI-violating definitions for fgets() (second parameter must be
  int, not size_t) and ftell() (parameter is not const); i'm about to
  change them.

Any opinions?

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510141226.NAA09160>