diff options
Diffstat (limited to 'usr/src/cmd/backup/restore/restore.c')
-rw-r--r-- | usr/src/cmd/backup/restore/restore.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/backup/restore/restore.c b/usr/src/cmd/backup/restore/restore.c index 2a0b67dfd4..f10603e549 100644 --- a/usr/src/cmd/backup/restore/restore.c +++ b/usr/src/cmd/backup/restore/restore.c @@ -12,8 +12,6 @@ * specifies the terms and conditions for redistribution. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include "restore.h" /* undef MAXNAMLEN to prevent compiler warnings about redef in dirent.h */ #undef MAXNAMLEN @@ -487,7 +485,7 @@ nodeupdates(name, ino, type) (void) fprintf(stderr, "[%s] %s: %s\n", keyval(key), name, gettext("inconsistent state")); done(1); - /*NOTREACHED*/ + /* NOTREACHED */ /* * These states "cannot" arise for any state of the symbol table. @@ -498,7 +496,7 @@ nodeupdates(name, ino, type) (void) fprintf(stderr, "[%s] %s: %s\n", keyval(key), name, gettext("impossible state")); done(1); - /*NOTREACHED*/ + /* NOTREACHED */ } return (descend); } |