diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-03 22:54:45 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-03 22:55:07 -0500 |
commit | e94d026c441d58415783436819e83a8143578077 (patch) | |
tree | b4fe4e0702f46e70bfd384a54c1bb8bc43fb6eba /system/sysvinit/sysvinit-2.88-posix-header.patch | |
parent | 19c7db2aa07533dc2220c98e3a944c965df92016 (diff) | |
download | packages-e94d026c441d58415783436819e83a8143578077.tar.gz packages-e94d026c441d58415783436819e83a8143578077.tar.bz2 packages-e94d026c441d58415783436819e83a8143578077.tar.xz packages-e94d026c441d58415783436819e83a8143578077.zip |
system/sysvinit: move to system/, utmpx it up
Diffstat (limited to 'system/sysvinit/sysvinit-2.88-posix-header.patch')
-rw-r--r-- | system/sysvinit/sysvinit-2.88-posix-header.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/sysvinit/sysvinit-2.88-posix-header.patch b/system/sysvinit/sysvinit-2.88-posix-header.patch new file mode 100644 index 000000000..3d63e434e --- /dev/null +++ b/system/sysvinit/sysvinit-2.88-posix-header.patch @@ -0,0 +1,10 @@ +--- a/src/init.c 2016-06-06 07:54:04.237447068 +0000 ++++ b/src/init.c 2016-06-06 08:17:37.177523978 +0000 +@@ -46,6 +46,7 @@ + #include <string.h> + #include <signal.h> + #include <termios.h> ++#include <sys/ttydefaults.h> + #include <utmp.h> + #include <ctype.h> + #include <stdarg.h> |