aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/fparseln.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2001-09-30 22:35:07 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2001-09-30 22:35:07 +0000
commit8719c58fefefd5ceebb076be7e40b2a2be317c36 (patch)
tree947a4f993aac5c93cff78ad1e3e445c96e2177be /lib/libutil/fparseln.c
parent209040d8b082e1336825807edbce8fe65c244860 (diff)
downloadsrc-8719c58fefefd5ceebb076be7e40b2a2be317c36.tar.gz
src-8719c58fefefd5ceebb076be7e40b2a2be317c36.zip
Add __FBSDID()s to libutil
Notes
Notes: svn path=/head/; revision=84225
Diffstat (limited to 'lib/libutil/fparseln.c')
-rw-r--r--lib/libutil/fparseln.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libutil/fparseln.c b/lib/libutil/fparseln.c
index 87c1c03db77b..ba7c4b45f291 100644
--- a/lib/libutil/fparseln.c
+++ b/lib/libutil/fparseln.c
@@ -30,9 +30,7 @@
*/
#include <sys/cdefs.h>
-#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$FreeBSD$");
-#endif
+__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <assert.h>