* sysdep.c (sys_suspend): Don't try to use "nice (- nice (0))" to
authorJim Blandy <jimb@redhat.com>
Wed, 23 Sep 1992 03:51:13 +0000 (03:51 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 23 Sep 1992 03:51:13 +0000 (03:51 +0000)
commit1593c2fe369bca32b69b979430573dbc07a27caa
treee05880caebbd7e652fb3a0b85ab4c29d5f0398b7
parent5aa7f46a74510a4deac16c2ea5cde2f1d0fb04f6
* sysdep.c (sys_suspend): Don't try to use "nice (- nice (0))" to
set the subshell's priority to normal; nice doesn't return a
defined value on all systems.  Instead, since emacs_priority gives
the priority that Emacs was nastied to, we can use it to reset the
priority in a straightforward way.
[BSD4_1], [USG], [VMS] (setpriority): Remove dummy and
compatibility definitions of setpriority.
src/sysdep.c