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 c22a0b662e6f7..6003f2a897b30 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.8.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> |