diff options
author | 2014-11-28 19:25:03 +0000 | |
---|---|---|
committer | 2014-11-28 19:25:03 +0000 | |
commit | 30997c59ae7ff2fa8677d3a573e72d39d247e0cc (patch) | |
tree | 4956cac020eaa100baa7c77b8423339fee28cbd4 /usr.bin/mandoc/man_html.c | |
parent | AT&T is unlikely to release an new version of Research UNIX any time soon. (diff) | |
download | wireguard-openbsd-30997c59ae7ff2fa8677d3a573e72d39d247e0cc.tar.xz wireguard-openbsd-30997c59ae7ff2fa8677d3a573e72d39d247e0cc.zip |
Add some missing OpenBSD RCS markers
and a few missing <sys/types.h> inclusions; no code change.
Diffstat (limited to 'usr.bin/mandoc/man_html.c')
-rw-r--r-- | usr.bin/mandoc/man_html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mandoc/man_html.c b/usr.bin/mandoc/man_html.c index a1c45f620da..d2c15b0068a 100644 --- a/usr.bin/mandoc/man_html.c +++ b/usr.bin/mandoc/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.56 2014/10/07 18:17:05 schwarze Exp $ */ +/* $OpenBSD: man_html.c,v 1.57 2014/11/28 19:25:03 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org> |