mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Make __RCSID() and __FBSDID() examples compile.
This commit is contained in:
parent
32eef9aeb1
commit
bdfef0f9cd
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ Most
|
|||
VCS IDs should be indented by a tab if in a comment.
|
||||
.Bd -literal
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("@(#)style 1.14 (Berkeley) 4/28/95")
|
||||
__FBSDID("$FreeBSD$")
|
||||
__RCSID("@(#)style 1.14 (Berkeley) 4/28/95");
|
||||
__FBSDID("$FreeBSD$");
|
||||
.Ed
|
||||
.Pp
|
||||
Leave another blank line before the header files.
|
||||
|
|
|
|||
Loading…
Reference in a new issue