Commit graph

9 commits

Author SHA1 Message Date
David Malone f4ac32def2 ANSIify function definitions.
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.

Reviewed by:	md5
2002-09-04 23:29:10 +00:00
Robert Drehmel 3b1320f9de Remove a debug output statement. 2002-07-07 15:29:00 +00:00
Robert Drehmel e1e9c75605 - Fix the code in sbuf_need() to double the allocation size until
the new content size fits into the sbuf, instead of assuming
   that allocating twice the old size is enough.
 - Use memmove(3) rather than strcpy(3) to copy overlapping
   strings.

PR:		bin/39930
2002-07-07 15:24:36 +00:00
Giorgos Keramidas c8f927b297 Use size_t or ino_t instead of int, and remove a few warnings.
The makewhatis utility is now ok with WARNS=3.

Reviewed by:	bde
2002-06-07 01:01:08 +00:00
Ruslan Ermilov f6ce5895a9 Unroff all forms of \f and \*, and the simplest form of \s.
Submitted by:	fenner, ru
Reviewed by:	ru, fenner
2002-05-22 11:08:41 +00:00
Ruslan Ermilov 3e97608622 More whitespace fixes. 2002-05-18 15:15:30 +00:00
Ruslan Ermilov 93685bb81e Fixed spacing. 2002-05-18 14:17:53 +00:00
Ruslan Ermilov 02484f2b53 Look into machine specific subdirs. 2002-05-18 13:56:53 +00:00
Mark Murray bf7bec3366 Add C rewrites of catman and makewhatis. These aren't quite as
the submitter supplied them, as I did some WARNS=n fixups (mostly
const-ification).

Submitted by:	John Rochester <john@jrochester.org>
2002-05-18 09:19:08 +00:00