13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
$OpenBSD: patch-conf_c,v 1.1 2003/12/30 00:46:27 espie Exp $
|
|
--- conf.c.orig 2003-12-30 01:39:44.000000000 +0100
|
|
+++ conf.c 2003-12-30 01:39:51.000000000 +0100
|
|
@@ -31,7 +31,7 @@
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
|
|
-#define SYSCONFFILE SYSCONFDIR ## "/flipit.conf"
|
|
+#define SYSCONFFILE SYSCONFDIR "/flipit.conf"
|
|
|
|
static char* dev_tty = 0;
|
|
|