From 08d7125fb38ae166c7811629f151718ad1a94743 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 17 Dec 2003 10:20:39 +0000 Subject: [PATCH] - fixed multiline strings (needed by gcc 3.3; BTS#791) Changed files: arpd-uid.patch -> 1.6 --- arpd-uid.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arpd-uid.patch b/arpd-uid.patch index be95773..340bdfa 100644 --- a/arpd-uid.patch +++ b/arpd-uid.patch @@ -19,13 +19,13 @@ +/* usage string */ +static char* usage= -+"ARP daemon - version 1.0.2 - PLD modified -+Usage: arpd -u user -+-u user, which you want to run this deamon -+ -+The user you will take must have RW access to /dev/arpd. -+If you don't know what to choice take root. -+ ++"ARP daemon - version 1.0.2 - PLD modified\n\ ++Usage: arpd -u user\n\ ++-u user, which you want to run this deamon\n\ ++\n\ ++The user you will take must have RW access to /dev/arpd.\n\ ++If you don't know what to choice take root.\n\ ++\n\ +"; + +void show_usage() { -- 2.43.0