summaryrefslogtreecommitdiff
path: root/src/hostname-setup.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-07 17:40:25 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-07 17:40:25 +0200
commit8f75a603ec833a07a9d9d05782713807297c0c53 (patch)
treef3ef6a0dd8725be483e6c3dfdfc27b3cc6099117 /src/hostname-setup.c
parentafe1be4dbdf142513f6ac1d92e6a20bdc4b20c80 (diff)
util: implement safe_atolu based on safe_atolli/safe_atoi, depending on word size
Diffstat (limited to 'src/hostname-setup.c')
-rw-r--r--src/hostname-setup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hostname-setup.c b/src/hostname-setup.c
index e9f722e622..24e0f9d9fe 100644
--- a/src/hostname-setup.c
+++ b/src/hostname-setup.c
@@ -30,8 +30,6 @@
#include "util.h"
#include "log.h"
-#define LINE_MAX 4096
-
#if defined(TARGET_FEDORA)
#define FILENAME "/etc/sysconfig/network"
#elif defined(TARGET_SUSE) || defined(TARGET_SLACKWARE)