Mercurial > hg > octave-nkf > gnulib-hg
comparison modules/sys_ioctl @ 14273:8f6d3e05c7e2
libposix: Revert the unreviewed part of yesterday's big merge.
Back out yesterday's big merge from the libposix branch, except for the
openat-die.c change that was reviewed and approved by Paul Eggert.
Put the ChangeLog entry at the top, to reflect the order of changes in the
master branch.
author | Bruce Korb <bkorb@gnu.org> |
---|---|
date | Sun, 06 Feb 2011 21:11:40 +0100 |
parents | b4cc3c41ca79 |
children | 8636d98120a9 049942251f65 |
comparison
equal
deleted
inserted
replaced
14272:1af1ed4871ed | 14273:8f6d3e05c7e2 |
---|---|
14 configure.ac: | 14 configure.ac: |
15 gl_SYS_IOCTL_H | 15 gl_SYS_IOCTL_H |
16 AC_PROG_MKDIR_P | 16 AC_PROG_MKDIR_P |
17 | 17 |
18 Makefile.am: | 18 Makefile.am: |
19 nobase_nodist_pkginclude_HEADERS += sys/ioctl.h | |
20 | |
21 BUILT_SOURCES += sys/ioctl.h | 19 BUILT_SOURCES += sys/ioctl.h |
22 | 20 |
23 # We need the following in order to create <sys/ioctl.h> when the system | 21 # We need the following in order to create <sys/ioctl.h> when the system |
24 # does not have a complete one. | 22 # does not have a complete one. |
25 sys/ioctl.h: sys_ioctl.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) | 23 sys/ioctl.h: sys_ioctl.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) |