diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:41:46 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:41:46 +0000 |
commit | 412f6ad0de59d4b6ea512d9b4ffcb6d78785c3ed (patch) | |
tree | 2c3b2ed58d4f8667e0df025b94746996811223c9 /lib/libio/alpha_sethae.c | |
parent | 9709405aa663ce97ee49aeb84fa339b7e3b5f423 (diff) |
Add __FBSDID()s to libio
Notes
Notes:
svn path=/head/; revision=84207
Diffstat (limited to 'lib/libio/alpha_sethae.c')
-rw-r--r-- | lib/libio/alpha_sethae.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libio/alpha_sethae.c b/lib/libio/alpha_sethae.c index d7bdaa82ea72..00b23d0eb3db 100644 --- a/lib/libio/alpha_sethae.c +++ b/lib/libio/alpha_sethae.c @@ -24,10 +24,9 @@ * SUCH DAMAGE. */ -#if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = - "$FreeBSD$"; -#endif /* LIBC_RCS and not lint */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <machine/sysarch.h> |