udhcpc: convert to getopt32

This commit is contained in:
Denis Vlasenko
2006-11-27 23:43:28 +00:00
parent 30d7a346e6
commit e2d3ded354
4 changed files with 154 additions and 170 deletions

View File

@@ -1,4 +1,13 @@
/* vi: set sw=4 ts=4: */
/*
* This file suffers from chronically incorrect tabification
* of messages. Before editing this file:
* 1. Switch you editor to 8-space tab mode.
* 2. Do not use \t in messages, use real tab character.
* 3. Start each source line with message as follows:
* |<7 spaces>"text with tabs"
*/
#ifndef __BB_USAGE_H__
#define __BB_USAGE_H__