diff options
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 |
