1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* emacs.c (setpgrp): Remove definition, unused.

This commit is contained in:
Dan Nicolaescu 2012-06-24 14:22:22 -06:00
parent e2f560b1dc
commit e86db54bb3
2 changed files with 1 additions and 7 deletions

View File

@ -1,5 +1,6 @@
2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
* emacs.c (setpgrp): Remove definition, unused.
* sysdep.c (setpgrp): Remove definition, not used in this file.
2012-06-24 Juanma Barranquero <lekktu@gmail.com>

View File

@ -93,13 +93,6 @@ extern void moncontrol (int mode);
#define O_RDWR 2
#endif
#ifdef HAVE_SETPGID
#if !defined (USG)
#undef setpgrp
#define setpgrp setpgid
#endif
#endif
static const char emacs_version[] = VERSION;
static const char emacs_copyright[] = "Copyright (C) 2012 Free Software Foundation, Inc.";