diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-29 18:39:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-29 18:39:24 +0000 |
commit | 6b78b159d102a0d9c9569fdfe01402c43ed808db (patch) | |
tree | c52077c3e099acdf85db980a2c821320dbcc7463 /sbin/restore | |
parent | ef45b046d50271fb77ae73c50cf2bb20badc690f (diff) |
spaces
Diffstat (limited to 'sbin/restore')
-rw-r--r-- | sbin/restore/dirs.c | 6 | ||||
-rw-r--r-- | sbin/restore/restore.c | 6 | ||||
-rw-r--r-- | sbin/restore/symtab.c | 6 | ||||
-rw-r--r-- | sbin/restore/tape.c | 8 |
4 files changed, 13 insertions, 13 deletions
diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index 7582adb38a9..36ccf1f7102 100644 --- a/sbin/restore/dirs.c +++ b/sbin/restore/dirs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dirs.c,v 1.24 2003/07/28 06:13:26 tedu Exp $ */ +/* $OpenBSD: dirs.c,v 1.25 2003/07/29 18:38:36 deraadt Exp $ */ /* $NetBSD: dirs.c,v 1.26 1997/07/01 05:37:49 lukem Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)dirs.c 8.5 (Berkeley) 8/31/94"; #else -static const char rcsid[] = "$OpenBSD: dirs.c,v 1.24 2003/07/28 06:13:26 tedu Exp $"; +static const char rcsid[] = "$OpenBSD: dirs.c,v 1.25 2003/07/29 18:38:36 deraadt Exp $"; #endif #endif /* not lint */ @@ -593,7 +593,7 @@ setdirmodes(flags) struct modeinfo node; struct entry *ep; char *cp; - + Vprintf(stdout, "Set directory mode, owner, and times.\n"); if (command == 'r' || command == 'R') (void)snprintf(modefile, sizeof(modefile), "%s/rstmode%d", diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index cfae255ac07..9b8d38be8c2 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -1,4 +1,4 @@ -/* $OpenBSD: restore.c,v 1.11 2003/07/28 06:13:26 tedu Exp $ */ +/* $OpenBSD: restore.c,v 1.12 2003/07/29 18:38:36 deraadt Exp $ */ /* $NetBSD: restore.c,v 1.9 1997/06/18 07:10:16 lukem Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)restore.c 8.3 (Berkeley) 9/13/94"; #else -static const char rcsid[] = "$OpenBSD: restore.c,v 1.11 2003/07/28 06:13:26 tedu Exp $"; +static const char rcsid[] = "$OpenBSD: restore.c,v 1.12 2003/07/29 18:38:36 deraadt Exp $"; #endif #endif /* not lint */ @@ -495,7 +495,7 @@ nodeupdates(name, ino, type) default: panic("[%s] %s: impossible state\n", keyval(key), name); break; - } + } return (descend); } diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index 7cee1059c17..d1879af9e64 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -1,4 +1,4 @@ -/* $OpenBSD: symtab.c,v 1.11 2003/07/28 06:13:26 tedu Exp $ */ +/* $OpenBSD: symtab.c,v 1.12 2003/07/29 18:38:36 deraadt Exp $ */ /* $NetBSD: symtab.c,v 1.10 1997/03/19 08:42:54 lukem Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)symtab.c 8.2 (Berkeley) 9/13/94"; #else -static const char rcsid[] = "$OpenBSD: symtab.c,v 1.11 2003/07/28 06:13:26 tedu Exp $"; +static const char rcsid[] = "$OpenBSD: symtab.c,v 1.12 2003/07/29 18:38:36 deraadt Exp $"; #endif #endif /* not lint */ @@ -428,7 +428,7 @@ freename(name) char *name; { struct strhdr *tp, *np; - + tp = &strtblhdr[strlen(name) / STRTBLINCR]; np = (struct strhdr *)name; np->next = tp->next; diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index e54e5b23e39..6f23ccda8db 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tape.c,v 1.26 2003/07/28 06:13:26 tedu Exp $ */ +/* $OpenBSD: tape.c,v 1.27 2003/07/29 18:38:36 deraadt Exp $ */ /* $NetBSD: tape.c,v 1.26 1997/04/15 07:12:25 lukem Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)tape.c 8.6 (Berkeley) 9/13/94"; #else -static const char rcsid[] = "$OpenBSD: tape.c,v 1.26 2003/07/28 06:13:26 tedu Exp $"; +static const char rcsid[] = "$OpenBSD: tape.c,v 1.27 2003/07/29 18:38:36 deraadt Exp $"; #endif #endif /* not lint */ @@ -1256,7 +1256,7 @@ checksum(buf) i += swabl(*buf++); while (--j); } - + if (i != CHECKSUM) { fprintf(stderr, "Checksum error %o, inode %d file %s\n", i, curfile.ino, curfile.name); @@ -1320,7 +1320,7 @@ swabst(cp, sp) case '5': case '6': case '7': case '8': case '9': n = (n * 10) + (*cp++ - '0'); continue; - + case 's': case 'w': case 'h': if (n == 0) n = 1; |