mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-31 11:13:50 +00:00
* sysdep.c (setpgrp): Remove definition, not used in this file.
This commit is contained in:
parent
5e0881ddc4
commit
e2f560b1dc
@ -1,3 +1,7 @@
|
||||
2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* sysdep.c (setpgrp): Remove definition, not used in this file.
|
||||
|
||||
2012-06-24 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in: Update dependencies.
|
||||
|
@ -59,13 +59,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_SETPGID
|
||||
#if !defined (USG)
|
||||
#undef setpgrp
|
||||
#define setpgrp setpgid
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Get SI_SRPC_DOMAIN, if it is available. */
|
||||
#ifdef HAVE_SYS_SYSTEMINFO_H
|
||||
#include <sys/systeminfo.h>
|
||||
|
Loading…
Reference in New Issue
Block a user