summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/extern.h
AgeCommit message (Collapse)Author
2005-08-10Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can'tTodd C. Miller
be halted by a FIFO or special device. Use fgetln() instead of fgets() to handle arbitrarily long lines. If a line starts with a comment char, don't check for line continuation char. Adapted from a diff by Solar Designer. OK deraadt@ henning@
2004-11-21Use the same ordering when verifying as with creating and replaceOtto Moerbeek
some hardcoded constants with symbolic ones. Noted by Ed Wandasiewicz in PR 3991. ok deraadt@ millert@
2004-05-02Mtree needs the old crc routines; remove some extraneous includes whileTodd C. Miller
I am at it.
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
1997-07-18err() -> error() so we don't conflict with err(3).Todd C. Miller
1996-12-0864-bit clean + RCS tagsNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt