Changeset 5c65e61 in mainline for uspace/srv/net
- Timestamp:
- 2013-12-31T20:55:35Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8a84484
- Parents:
- 67472b9b
- Location:
- uspace/srv/net/slip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/slip/Makefile
r67472b9b r5c65e61 29 29 USPACE_PREFIX = ../../.. 30 30 BINARY = slip 31 31 LIBS = $(LIBDRV_PREFIX)/libdrv.a 32 EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include 32 33 SOURCES = \ 33 34 slip.c -
uspace/srv/net/slip/slip.c
r67472b9b r5c65e61 40 40 #include <inet/addr.h> 41 41 #include <inet/iplink_srv.h> 42 #include < device/char_dev.h>42 #include <char_dev_iface.h> 43 43 #include <io/log.h> 44 44 #include <errno.h>
Note:
See TracChangeset
for help on using the changeset viewer.
