Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e2f560b1
Commit
e2f560b1
authored
Jun 24, 2012
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sysdep.c (setpgrp): Remove definition, not used in this file.
parent
5e0881dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
src/ChangeLog
src/ChangeLog
+4
-0
src/sysdep.c
src/sysdep.c
+0
-7
No files found.
src/ChangeLog
View file @
e2f560b1
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.
...
...
src/sysdep.c
View file @
e2f560b1
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment