aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorJoakim Verona2012-10-25 13:00:31 +0200
committerJoakim Verona2012-10-25 13:00:31 +0200
commitd1eb940020b683ef6864eb6a105dbc8eb3d9452a (patch)
tree4d6dc0dd1d8c2921956173d99d4268215a8e3a81 /src/sysdep.c
parentfd0ea43455f2bd9c96f76b87188f0808bd6ce213 (diff)
parentcee6efdef3af910f952968a28094e89bde13faed (diff)
downloademacs-d1eb940020b683ef6864eb6a105dbc8eb3d9452a.tar.gz
emacs-d1eb940020b683ef6864eb6a105dbc8eb3d9452a.zip
upstream
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 35beeaa7202..c7174e91612 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -452,7 +452,7 @@ sys_suspend (void)
452#if defined (SIGTSTP) && !defined (MSDOS) 452#if defined (SIGTSTP) && !defined (MSDOS)
453 453
454 { 454 {
455 int pgrp = EMACS_GETPGRP (0); 455 pid_t pgrp = EMACS_GETPGRP (0);
456 EMACS_KILLPG (pgrp, SIGTSTP); 456 EMACS_KILLPG (pgrp, SIGTSTP);
457 } 457 }
458 458