]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create the alias library. This is currently only used by
authorBrian Somers <brian@FreeBSD.org>
Fri, 23 May 1997 04:41:31 +0000 (04:41 +0000)
committerBrian Somers <brian@FreeBSD.org>
Fri, 23 May 1997 04:41:31 +0000 (04:41 +0000)
commit3b160b8b6e5ee44743191ea525734343cc213906
treea5b3160e2f1945128a5745bcee02ac76204fc0ec
parent3f72ab23cd602261876d49fcc0d94f802def2b8d
Create the alias library.  This is currently only used by
ppp (or will be shortly).  Natd can now be updated to use
this library rather than carrying its own version of the code.

Submitted by: Charles Mott <cmott@srv.net>
16 files changed:
lib/libalias/Makefile [new file with mode: 0644]
lib/libalias/alias.c [new file with mode: 0644]
lib/libalias/alias.h [new file with mode: 0644]
lib/libalias/alias_db.c [new file with mode: 0644]
lib/libalias/alias_ftp.c [new file with mode: 0644]
lib/libalias/alias_irc.c [new file with mode: 0644]
lib/libalias/alias_local.h [new file with mode: 0644]
lib/libalias/alias_util.c [new file with mode: 0644]
sys/netinet/libalias/Makefile [new file with mode: 0644]
sys/netinet/libalias/alias.c [new file with mode: 0644]
sys/netinet/libalias/alias.h [new file with mode: 0644]
sys/netinet/libalias/alias_db.c [new file with mode: 0644]
sys/netinet/libalias/alias_ftp.c [new file with mode: 0644]
sys/netinet/libalias/alias_irc.c [new file with mode: 0644]
sys/netinet/libalias/alias_local.h [new file with mode: 0644]
sys/netinet/libalias/alias_util.c [new file with mode: 0644]