diff options
| author | Niklas | 2011-09-02 17:06:02 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-02 17:06:02 +0200 |
| commit | 603f6e47b2be2b5e03e63f6bee9c6364c92a251e (patch) | |
| tree | 1cc7c4583e54691b031fe9de3a5e68f7a4bbddf3 /customdhcpcd/src/Makefile | |
| parent | just minor changes. deltions of unuseful comments (diff) | |
| download | fbgui-603f6e47b2be2b5e03e63f6bee9c6364c92a251e.tar.gz fbgui-603f6e47b2be2b5e03e63f6bee9c6364c92a251e.tar.xz fbgui-603f6e47b2be2b5e03e63f6bee9c6364c92a251e.zip | |
added a new container class which holds config informations about an interface. also solved the message loss problem by setting the read an writing messages to the same size
Diffstat (limited to 'customdhcpcd/src/Makefile')
| -rw-r--r-- | customdhcpcd/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customdhcpcd/src/Makefile b/customdhcpcd/src/Makefile index bb1078f..f3cdb5d 100644 --- a/customdhcpcd/src/Makefile +++ b/customdhcpcd/src/Makefile @@ -4,7 +4,7 @@ PROG= customdhcpcd SRCS= arp.c client.c common.c configure.c dhcp.c dhcpcd.c duid.c \ - info.c interface.c ipv4ll.c logger.c logwriter.c signal.c socket.c + info.c interface.c ipv4ll.c logger.c signal.c socket.c logwriter.c MAN= VERSION= 3.2.3 |
