diff options
Diffstat (limited to 'contrib/pf/pfctl/parse.y')
| -rw-r--r-- | contrib/pf/pfctl/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pf/pfctl/parse.y b/contrib/pf/pfctl/parse.y index a06a5decc31f..cc98f9d26eff 100644 --- a/contrib/pf/pfctl/parse.y +++ b/contrib/pf/pfctl/parse.y @@ -28,7 +28,7 @@ */ %{ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/pfctl/parse.y,v 1.7 2005/05/03 16:55:20 mlaier Exp $"); #include <sys/types.h> #include <sys/socket.h> |
