dhcp has moved to /services
authorGed Murphy <gedmurphy@reactos.org>
Wed, 19 Oct 2005 21:25:26 +0000 (21:25 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Wed, 19 Oct 2005 21:25:26 +0000 (21:25 +0000)
commit7ffc7be8a7a346077d0ffc6077e97d0423dfef91
tree255310d0ae48c3d4ae9e3f34bd28673c8be43717
parent38e275b6f74984cde932f26822e78d857ce9f99c
dhcp has moved to /services

svn path=/trunk/; revision=18608
36 files changed:
reactos/subsys/system/dhcp/adapter.c [deleted file]
reactos/subsys/system/dhcp/alloc.c [deleted file]
reactos/subsys/system/dhcp/api.c [deleted file]
reactos/subsys/system/dhcp/compat.c [deleted file]
reactos/subsys/system/dhcp/design.txt [deleted file]
reactos/subsys/system/dhcp/dhclient.c [deleted file]
reactos/subsys/system/dhcp/dhcp.rc [deleted file]
reactos/subsys/system/dhcp/dhcp.xml [deleted file]
reactos/subsys/system/dhcp/dhcpmain.c [deleted file]
reactos/subsys/system/dhcp/dispatch.c [deleted file]
reactos/subsys/system/dhcp/hash.c [deleted file]
reactos/subsys/system/dhcp/include/cdefs.h [deleted file]
reactos/subsys/system/dhcp/include/debug.h [deleted file]
reactos/subsys/system/dhcp/include/dhcp.h [deleted file]
reactos/subsys/system/dhcp/include/dhcpd.h [deleted file]
reactos/subsys/system/dhcp/include/dhctoken.h [deleted file]
reactos/subsys/system/dhcp/include/hash.h [deleted file]
reactos/subsys/system/dhcp/include/inet.h [deleted file]
reactos/subsys/system/dhcp/include/osdep.h [deleted file]
reactos/subsys/system/dhcp/include/predec.h [deleted file]
reactos/subsys/system/dhcp/include/privsep.h [deleted file]
reactos/subsys/system/dhcp/include/rosdhcp.h [deleted file]
reactos/subsys/system/dhcp/include/site.h [deleted file]
reactos/subsys/system/dhcp/include/stdint.h [deleted file]
reactos/subsys/system/dhcp/include/sysconf.h [deleted file]
reactos/subsys/system/dhcp/include/tree.h [deleted file]
reactos/subsys/system/dhcp/include/version.h [deleted file]
reactos/subsys/system/dhcp/memory.c [deleted file]
reactos/subsys/system/dhcp/options.c [deleted file]
reactos/subsys/system/dhcp/pipe.c [deleted file]
reactos/subsys/system/dhcp/privsep.c [deleted file]
reactos/subsys/system/dhcp/socket.c [deleted file]
reactos/subsys/system/dhcp/tables.c [deleted file]
reactos/subsys/system/dhcp/timer.c [deleted file]
reactos/subsys/system/dhcp/tree.c [deleted file]
reactos/subsys/system/dhcp/util.c [deleted file]