Mercurial > ecos
comparison packages/net/common/current/src/dhcp_prot.c @ 235:f9db7cb0692e
Pedantic include of <errno.h>
| author | gthomas |
|---|---|
| date | Wed, 10 Jul 2002 15:26:27 +0000 |
| parents | ff3465255c3a |
| children | d364b93024e5 |
comparison
equal
deleted
inserted
replaced
| 234:d397603b9e4b | 235:f9db7cb0692e |
|---|---|
| 36 #define perror( txt ) // nothing | 36 #define perror( txt ) // nothing |
| 37 #endif | 37 #endif |
| 38 | 38 |
| 39 #include <network.h> | 39 #include <network.h> |
| 40 #include <dhcp.h> | 40 #include <dhcp.h> |
| 41 #include <errno.h> | |
| 41 | 42 |
| 42 #include <cyg/infra/cyg_ass.h> | 43 #include <cyg/infra/cyg_ass.h> |
| 43 | 44 |
| 44 // ------------------------------------------------------------------------ | 45 // ------------------------------------------------------------------------ |
| 45 // Returns a pointer to the end of dhcp message (or NULL if invalid) | 46 // Returns a pointer to the end of dhcp message (or NULL if invalid) |
