# HG changeset patch # User Andreas Schwab # Date 1116754426 0 # Node ID b406e215e78f348a08d0f6b6229d020b54a82e67 # Parent 15e35985d6aacff2c714dd059c5b037e14c16676 (send_process): Remove misplaced volatile. diff -r 15e35985d6aa -r b406e215e78f src/process.c --- a/src/process.c Sun May 22 02:54:12 2005 +0000 +++ b/src/process.c Sun May 22 09:33:46 2005 +0000 @@ -5134,7 +5134,7 @@ int rv; struct coding_system *coding; struct gcpro gcpro1; - volatile SIGTYPE (*old_sigpipe)(); + SIGTYPE (*old_sigpipe) (); GCPRO1 (object);