=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/cmd1.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/mail/cmd1.c 2001/01/16 05:36:08 1.17 +++ src/usr.bin/mail/cmd1.c 2001/06/23 23:04:21 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd1.c,v 1.17 2001/01/16 05:36:08 millert Exp $ */ +/* $OpenBSD: cmd1.c,v 1.18 2001/06/23 23:04:21 millert Exp $ */ /* $NetBSD: cmd1.c,v 1.9 1997/07/09 05:29:48 mikel Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)cmd1.c 8.2 (Berkeley) 4/20/95"; #else -static char rcsid[] = "$OpenBSD: cmd1.c,v 1.17 2001/01/16 05:36:08 millert Exp $"; +static char rcsid[] = "$OpenBSD: cmd1.c,v 1.18 2001/06/23 23:04:21 millert Exp $"; #endif #endif /* not lint */ @@ -344,14 +344,8 @@ { int nlines, *ip; struct message *mp; - char *cp; - FILE *obuf; - -#if __GNUC__ - /* Avoid siglongjmp clobbering */ - (void)&cp; - (void)&obuf; -#endif + char * volatile cp; + FILE * volatile obuf; obuf = stdout; if (sigsetjmp(pipestop, 1))