aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-27 23:43:28 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-27 23:43:28 +0000
commite2d3ded3549edd58fe3b39f2254c65f0808bcac2 (patch)
tree90e9aecef63439d80859ce43876e6a68001c8d14 /include
parent30d7a346e68bb7f0cb916e6c1e75dd75822d88a8 (diff)
downloadbusybox-w32-e2d3ded3549edd58fe3b39f2254c65f0808bcac2.tar.gz
busybox-w32-e2d3ded3549edd58fe3b39f2254c65f0808bcac2.tar.bz2
busybox-w32-e2d3ded3549edd58fe3b39f2254c65f0808bcac2.zip
udhcpc: convert to getopt32
Diffstat (limited to 'include')
-rw-r--r--include/usage.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index e7e46beab..98c802721 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1,4 +1,13 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/*
3 * This file suffers from chronically incorrect tabification
4 * of messages. Before editing this file:
5 * 1. Switch you editor to 8-space tab mode.
6 * 2. Do not use \t in messages, use real tab character.
7 * 3. Start each source line with message as follows:
8 * |<7 spaces>"text with tabs"
9 */
10
2#ifndef __BB_USAGE_H__ 11#ifndef __BB_USAGE_H__
3#define __BB_USAGE_H__ 12#define __BB_USAGE_H__
4 13