summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-07-18 09:11:35 +0000
committerRoy Marples <roy@marples.name>2008-07-18 09:11:35 +0000
commitd1159955ac35eddb1cbbb13b87353cb8c0f31a36 (patch)
tree8ada0233317fa22ddbeebf8f57d500151b9d6f2e /dhcpcd.h
parent43b27a73b38a22ec1a64745574fc1128d007b26a (diff)
downloaddhcpcd-d1159955ac35eddb1cbbb13b87353cb8c0f31a36.tar.xz
Move the immediate background flag to 'b'
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index c6c98504..a46c6fc7 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -69,7 +69,7 @@ extern char *dhcpcd_skiproutes;
#define DHCPCD_HOSTNAME (1 << 18)
#define DHCPCD_CLIENTID (1 << 19)
#define DHCPCD_LINK (1 << 20)
-#define DHCPCD_NOWAIT (1 << 21)
+#define DHCPCD_BACKGROUND (1 << 21)
struct options {
char interface[IF_NAMESIZE];