diff options
author | brian <brian@FreeBSD.org> | 1998-01-14 01:24:49 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-01-14 01:24:49 +0000 |
commit | 07d18a334d84b8ec52d20a36f1ab6f4e7d9d9d94 (patch) | |
tree | 30e528aacaccd05adbedf809509e1b4f1432049b /lib/libalias | |
parent | 653b1ec6a8ecd04ff517af5f73a9692e7b8ecca7 (diff) | |
download | FreeBSD-src-07d18a334d84b8ec52d20a36f1ab6f4e7d9d9d94.zip FreeBSD-src-07d18a334d84b8ec52d20a36f1ab6f4e7d9d9d94.tar.gz |
Remove __libalias_version. Ppp no longer uses it.
Diffstat (limited to 'lib/libalias')
-rw-r--r-- | lib/libalias/alias.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libalias/alias.h b/lib/libalias/alias.h index 033021d..9d1f755 100644 --- a/lib/libalias/alias.h +++ b/lib/libalias/alias.h @@ -157,8 +157,5 @@ extern u_short InternetChecksum(u_short *, int); #define PKT_ALIAS_UNRESOLVED_FRAGMENT 3 #define PKT_ALIAS_FOUND_HEADER_FRAGMENT 4 -#undef __libalias_version -#define __libalias_version "2.5" - #endif /*lint -restore */ |