Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d19e096e
Commit
d19e096e
authored
Sep 21, 2010
by
Dan Nicolaescu
Browse files
* src/emacs.c: Do not include sys/ioctl.h, not needed.
parent
92bc9a36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
src/ChangeLog
src/ChangeLog
+2
-0
src/emacs.c
src/emacs.c
+0
-4
No files found.
src/ChangeLog
View file @
d19e096e
2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
* emacs.c: Do not include sys/ioctl.h, not needed.
* doprnt.c: Do not include stdlib.h, config.h does it.
Move #include before macro definition.
...
...
src/emacs.c
View file @
d19e096e
...
...
@@ -32,10 +32,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#ifdef WINDOWSNT
#include <fcntl.h>
#include <windows.h>
/* just for w32.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