1
0
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:
Dan Nicolaescu 2012-06-24 14:13:15 -06:00
parent 5e0881ddc4
commit e2f560b1dc
2 changed files with 4 additions and 7 deletions

View File

@ -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.

View File

@ -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>