summaryrefslogtreecommitdiff
path: root/sbin/restore/restore.c
AgeCommit message (Collapse)Author
1997-07-05NULL vs 0 confusionTheo de Raadt
1997-07-05vprintf -> Vprintf and dprintf -> Dprintf to avoid confusionTodd C. Miller
Use err/errx and warn/warnx where it makes sense. Some sprintf -> snprintf, strcpy -> strncpy, and strcat -> strncat. Honor $TMPDIR (based on changes from NetBSD) Use __progname not "restore" (we could be called as rrestore). Some -Wall happiness.
1997-06-18Remove all links for an inode when "changing from leaf to node".Todd C. Miller
From Guy Harris <guy@netapp.com> via Kirk McKusick <mckusick@McKusick.COM>.
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt