blob: 73fc2e52d0cf2e06e0d68676b402d98afcc2e8d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- compat.c.orig Wed Jan 5 17:01:51 2005
+++ compat.c Mon Oct 31 09:55:12 2005
@@ -110,6 +110,7 @@
#define __USE_BSD 1
#include <stdarg.h>
#include <stdio.h>
+#include <unistd.h>
void my_setproctitle(int argc, char **argv, const char *format, ...) {
char proctitle[64];
@@ -126,7 +127,6 @@
}
/* signal to pipe delivery implementation */
-#include <unistd.h>
#include <fcntl.h>
#include <signal.h>
|