summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/defs.h
AgeCommit message (Collapse)Author
1999-02-04Fix a serious memory consumption problem when running over directoriesTodd C. Miller
that contain many hard-linked files; johnh@isi.edu Also add an xstrdup() that behaves like xmalloc() on failure.
1998-07-16prototype yyerrorTodd C. Miller
1998-06-26rdist 6.1.4 + OpenBSD patches + some -WallTodd C. Miller
1997-10-15Get rid of the buf[] extern. Each .c file has it's own (local) buf.Todd C. Miller
1997-04-27Pull in more includes to properly prototype library functions, kill localJason Downs
decls of library functions, kill local implementation of setproctitle(). This of course points out how utterly bad this code is and that someone needs to come in here with a chainsaw sometime.
1996-04-28Added OpenBSD tag.etheisen
1996-04-28setproctitle() prototype no longer needed.etheisen
1996-03-05rdist 6.1.2dm
1996-02-03rdist 6.1.1dm
1995-10-18initial import of NetBSD treeTheo de Raadt