diff options
Diffstat (limited to 'usr/src/cmd/mail/copylet.c')
| -rw-r--r-- | usr/src/cmd/mail/copylet.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/cmd/mail/copylet.c b/usr/src/cmd/mail/copylet.c index 63e02034b4..ca86fdab24 100644 --- a/usr/src/cmd/mail/copylet.c +++ b/usr/src/cmd/mail/copylet.c @@ -20,6 +20,7 @@ * CDDL HEADER END */ /* + * Copyright 2017 Gary Mills * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -27,8 +28,6 @@ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include "mail.h" /* @@ -90,7 +89,6 @@ xxxcopylet(int letnum, FILE *f, int type) /* H_RECEIVED lines? */ long clen = -1L; int htype; /* header type */ - int sav_htype; /* Header type of last non-H_CONT header line */ struct hdrs *hptr; if (!sending) { @@ -296,7 +294,6 @@ xxxcopylet(int letnum, FILE *f, int type) sav_suppress = suppress; suppress = FALSE; print_from_struct = FALSE; - sav_htype = htype; htype = isheader (buf, &ctf); Dout(pn, 5, "loop 2: buf = %s, htype= %d/%s\n", buf, htype, header[htype].tag); /* The following order is defined in the MTA documents. */ |
