mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
13 lines
333 B
Diff
13 lines
333 B
Diff
|
--- rwhod/rwhod.c.orig 2007-05-31 00:35:32.301647500 +0000
|
||
|
+++ rwhod/rwhod.c 2008-12-14 23:14:32.387912500 +0000
|
||
|
@@ -63,7 +63,9 @@
|
||
|
#include <syslog.h>
|
||
|
#include <protocols/rwhod.h>
|
||
|
#include <stdio.h>
|
||
|
+#undef __USE_BSD
|
||
|
#include <stdlib.h>
|
||
|
+#define __USE_BSD
|
||
|
#include <paths.h>
|
||
|
#include <unistd.h>
|
||
|
#include <string.h>
|