diff options
author | Rafael Zalamena <rzalamena@cvs.openbsd.org> | 2016-10-25 08:43:16 +0000 |
---|---|---|
committer | Rafael Zalamena <rzalamena@cvs.openbsd.org> | 2016-10-25 08:43:16 +0000 |
commit | 100490d914ec648c9460f426bb7f33a7204b5c40 (patch) | |
tree | 0ade19f6980a44b2e114d27bcd346edc1cefb0e7 /usr.sbin | |
parent | abd943544b87c628abfece9f5019f3eff34bf671 (diff) |
Add missing OpenBSD keyword in the first line.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdump/print-ofp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/print-ofp.c b/usr.sbin/tcpdump/print-ofp.c index 785c9e70151..226fc94736f 100644 --- a/usr.sbin/tcpdump/print-ofp.c +++ b/usr.sbin/tcpdump/print-ofp.c @@ -1,4 +1,4 @@ -/* $$ */ +/* $OpenBSD: print-ofp.c,v 1.2 2016/10/25 08:43:15 rzalamena Exp $ */ /* * Copyright (c) 2016 Rafael Zalamena <rzalamena@openbsd.org> |