diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-03 21:36:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-03 21:36:33 +0000 |
commit | 8368cf8f75949c1d998e41a4b98fc8d6db4332de (patch) | |
tree | 6ea4281e59072c649579ced46faa3cd8495197d4 /sys/dev/ofw/ofw_console.c | |
parent | 85fcc22cf65a382feb2f9a4e8b37552cff057088 (diff) |
Use __FBSDID rather than rcsid[].
Notes
Notes:
svn path=/head/; revision=113038
Diffstat (limited to 'sys/dev/ofw/ofw_console.c')
-rw-r--r-- | sys/dev/ofw/ofw_console.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/ofw/ofw_console.c b/sys/dev/ofw/ofw_console.c index 436dbc8d7fe6..fbdb639e1524 100644 --- a/sys/dev/ofw/ofw_console.c +++ b/sys/dev/ofw/ofw_console.c @@ -23,10 +23,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "opt_ddb.h" #include "opt_comconsole.h" |