summaryrefslogtreecommitdiffstats
path: root/lib/libutil/logwtmp.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-30 22:35:07 +0000
committerdillon <dillon@FreeBSD.org>2001-09-30 22:35:07 +0000
commit3f4eabe6594889be9532151506817fe46fec7a40 (patch)
tree947a4f993aac5c93cff78ad1e3e445c96e2177be /lib/libutil/logwtmp.c
parent35945dc1b734c5c022b14139299a72871ca268e1 (diff)
downloadFreeBSD-src-3f4eabe6594889be9532151506817fe46fec7a40.zip
FreeBSD-src-3f4eabe6594889be9532151506817fe46fec7a40.tar.gz
Add __FBSDID()s to libutil
Diffstat (limited to 'lib/libutil/logwtmp.c')
-rw-r--r--lib/libutil/logwtmp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c
index d77f8a4..9f12870 100644
--- a/lib/libutil/logwtmp.c
+++ b/lib/libutil/logwtmp.c
@@ -31,12 +31,12 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93";
-#else
-static const char rcsid[] =
- "$FreeBSD$";
#endif
#endif /* LIBC_SCCS and not lint */
OpenPOWER on IntegriCloud