diff options
Diffstat (limited to 'usr/src/cmd/sendmail/aux/editmap.c')
-rw-r--r-- | usr/src/cmd/sendmail/aux/editmap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/sendmail/aux/editmap.c b/usr/src/cmd/sendmail/aux/editmap.c index 46d9fd10ba..a86a24d456 100644 --- a/usr/src/cmd/sendmail/aux/editmap.c +++ b/usr/src/cmd/sendmail/aux/editmap.c @@ -11,8 +11,6 @@ * */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sm/gen.h> #ifndef lint SM_UNUSED(static char copyright[]) = @@ -263,7 +261,7 @@ main(argc, argv) # endif /* UID_MAX */ break; } - + /* FALLTHROUGH */ default: continue; |