diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:03:33 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:03:33 +0000 |
| commit | e2505aa6765ae571b731c45bdb36e1ffb55e1f3d (patch) | |
| tree | 99d3968d57a174565d909cfde6e9b180b4d75a29 /lib/libalias/alias_pptp.c | |
| parent | fc67f24833cde930de522695273889c5ddbf7484 (diff) | |
Notes
Diffstat (limited to 'lib/libalias/alias_pptp.c')
| -rw-r--r-- | lib/libalias/alias_pptp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libalias/alias_pptp.c b/lib/libalias/alias_pptp.c index dbab7a9bebe8..2d3d9acb3783 100644 --- a/lib/libalias/alias_pptp.c +++ b/lib/libalias/alias_pptp.c @@ -34,10 +34,11 @@ * OF SUCH DAMAGE. * * Author: Erik Salander <erik@whistle.com> - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* Alias_pptp.c performs special processing for PPTP sessions under TCP. Specifically, watch PPTP control messages and alias the Call ID or the |
