Dirk Mueller
e8c16acbde
- killproc-sysmacros.patch, startpar-sysmacros.patch: Include <sys/sysmacros.h> for makedev OBS-URL: https://build.opensuse.org/request/show/626935 OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=225
13 lines
331 B
Diff
13 lines
331 B
Diff
Index: startpar-0.58/proc.c
|
|
===================================================================
|
|
--- startpar-0.58.orig/proc.c
|
|
+++ startpar-0.58/proc.c
|
|
@@ -23,6 +23,7 @@
|
|
#include <stdlib.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/sysmacros.h>
|
|
#include <sys/stat.h>
|
|
#include <termios.h>
|
|
#include <fcntl.h>
|