History log of /netbsd/usr.sbin/mtree/crc.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 2ecd6d38 18-Mar-2021 cheusov <cheusov@NetBSD.org>

mtree: use POSIX type uint32_t instead of u_int32_t


# de2b33cf 05-Oct-2012 christos <christos@NetBSD.org>

remove dup extern (brooks)


# c8e07a4e 02-Jun-2005 lukem <lukem@NetBSD.org>

appease gcc -Wuninitialized


# d777c795 06-Feb-2005 perry <perry@NetBSD.org>

ANSIfy function declaration, remove register declarations, and some
minor KNFing.


# b2f78261 20-Jun-2004 jmc <jmc@NetBSD.org>

Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulti

Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')

Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).

Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.

Fixes PR's: PR#17762 PR#25944

show more ...


# 326b2259 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22366, verified by myself.


# 76834aef 31-Jan-2002 tv <tv@NetBSD.org>

Protect __RCSID and __COPYRIGHT from being invoked if not defined.


# fcae5f73 29-Jan-2002 tv <tv@NetBSD.org>

Add hooks to make mtree compilable from src/tools.


# 9a07d795 10-Nov-2001 lukem <lukem@NetBSD.org>

need <stdio.h> and <time.h> for mtree.h


# 23b63550 10-Nov-2001 mycroft <mycroft@NetBSD.org>

Add a separate version of the CRC routine that listens to sflag.